mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2024-11-14 01:10:20 +01:00
Install current version of Ansible when testing instead of 1.5.0.
This commit is contained in:
parent
f7f52740f0
commit
1a06c72885
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Install Ansible.
|
# Install Ansible.
|
||||||
- pip install ansible==1.5.0
|
- pip install ansible
|
||||||
|
|
||||||
# Add ansible.cfg to pick up roles path.
|
# Add ansible.cfg to pick up roles path.
|
||||||
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
|
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
|
||||||
|
|
Loading…
Reference in a new issue