Install current version of Ansible when testing instead of 1.5.0.

This commit is contained in:
Jeff Geerling 2014-08-03 21:45:04 -05:00
parent f7f52740f0
commit 1a06c72885

View file

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