Install current version of Ansible when testing instead of 1.5.0.

master
Jeff Geerling 2014-08-03 21:47:21 -05:00
parent 8051a7a827
commit 8f7fe990ca
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,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"