Pin ansible <2.2

We are using some deprecated syntax in our roles, as a result the gate
is wedged.  Pin ansible until we fix them.

Change-Id: I482a94c2496de22e11b1df01d6e0b246bbeca36f
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-11-08 18:46:21 -05:00
parent 691e842c08
commit 480d0c7ecb
1 changed files with 1 additions and 1 deletions

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
ansible>=2.0,<2.2
zuul