Revert "Pin ansible <2.2"

This reverts commit 480d0c7ecb.

Change-Id: I3b1ddfd3c55ee3e7f2bd4130ddb958cab4c0a3dc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-11-09 12:01:23 -05:00
parent 480d0c7ecb
commit 9b3a61df7d
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
python-dev [platform:dpkg]
python-devel [platform:rpm]
dbus

View File

@ -1,5 +1,5 @@
# NOTE(pabelanger): Cap paramiko at 2.0.0 to avoid breaking changes.
paramiko<2.0.0
ansible>=2.0,<2.2
ansible>=2.0
zuul