looks like the problem may have been a bug in ansible 2.2.0.0, so pin to 2.1.3.0

This commit is contained in:
Noah Levitt 2016-11-11 16:05:41 -08:00
parent 3ac2dabb74
commit 465595ae11

View File

@ -12,9 +12,7 @@ before_install:
- id
- sudo id
- sudo initctl list-env
- sudo apt-add-repository -y ppa:ansible/ansible
- sudo apt-get -qq update
- sudo apt-get install -y ansible
- sudo pip install ansible==2.1.3.0
install:
- type -a virtualenv
- virtualenv --version