Skip to content

Commit 2eaae8a

Browse files
author
Marc Aschmann
committed
fixing travis build
1 parent 82ecb92 commit 2eaae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ addons:
1313

1414
install:
1515
# Install Ansible.
16-
- pip install ansible=1.9
16+
- pip install ansible==1.9
1717

1818
# Add ansible.cfg to pick up roles path.
1919
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"

0 commit comments

Comments
 (0)