Skip to content

Commit

Permalink
pinning Ansible version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Esler committed Sep 19, 2018
1 parent 78d9bd9 commit 1b54661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:

install:
# Install Ansible.
- pip install ansible
- pip install ansible==2.4

# Add ansible.cfg to pick up roles path.
- printf '[defaults]\nroles_path = ../' > ansible.cfg
Expand Down

0 comments on commit 1b54661

Please sign in to comment.