Skip to content

Commit

Permalink
Pin to ansible==2.4.3 for now until bug fix merges
Browse files Browse the repository at this point in the history
fact gathering fails if dmidecode is not present

ansible/ansible#37850

"cmd": "None -s system-product-name", "msg":
"[Errno 2] No such file or directory"
  • Loading branch information
Antony Messerli committed Mar 30, 2018
1 parent f9b9d9b commit f915e23
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 @@ -12,7 +12,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq squashfs-tools uuid python-apt python-pycurl btrfs-tools
install:
- sudo pip install ansible
- sudo pip install ansible==2.4.3
- sudo pip install docker-py
script:
- cp -R roles/* squashible/roles/
Expand Down

0 comments on commit f915e23

Please sign in to comment.