Install current version of Ansible when testing instead of 1.5.0.

pull/63/head
Jeff Geerling 10 years ago
parent 71cf6337bc
commit d733583be5
  1. 2
      .travis.yml

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