Update Ansible requirement

Using ansible 2.1.0.0 is starting to cause some builds to fail
because of incompatiblity with the systemd module that's been
updated upstream. So we need to update the pin.

Change-Id: I91dafc3d889361b407f3b1ede349ceacca3422e1
This commit is contained in:
jkilpatr 2017-01-18 09:09:54 -05:00
parent 7520f995b6
commit 64188302b1

View File

@ -1,4 +1,4 @@
ansible==2.1.1.0
ansible==2.2.0.0
python-dateutil==2.4.2
pykwalify
elasticsearch