Update ara to >=0.16.5 to support ansible 2.8

ianw found that ara < 0.16.4 does not support ansible 2.8. Currently
opendev has 0.16.3 installed because the requirements in zuul allow for
that version. Now that zuul supports ansible 2.8 it should also require
an ara version that supports ansible 2.8.

Do this by requiring ara >= 0.16.5 which is the current latest pre 1.0
release.

Change-Id: I2fdc229352053debc4b392201d99d2d00efdf440
This commit is contained in:
Clark Boylan 2019-08-06 16:48:49 -07:00
parent fc03ae4b17
commit 29bbbd69b4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This file describes the currently supported ansible versions
[common]
default_version = 2.7
requirements = ara<1.0.0 openstacksdk openshift jmespath
requirements = ara>=0.16.5,<1.0.0 openstacksdk openshift jmespath
[2.5]
deprecated = true