mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Install current version of Ansible when testing instead of 1.5.0.
This commit is contained in:
parent
7709b3440c
commit
9348e30477
@ -10,7 +10,7 @@ before_install:
|
||||
|
||||
install:
|
||||
# Install Ansible.
|
||||
- pip install ansible==1.5.0
|
||||
- pip install ansible
|
||||
|
||||
# Add ansible.cfg to pick up roles path.
|
||||
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
|
||||
|
Loading…
Reference in New Issue
Block a user