tox.ini : update Ansible pin

ansible-lint is incompatible with Ansible 2.7 which is now causing
failures.  Update to current Zuul versions.

Change-Id: I65878a896281ad67d512f0bd9219aa2058e4953a
This commit is contained in:
Ian Wienand 2020-11-05 10:15:00 +11:00
parent 9a9344da0a
commit a531d83bac

View File

@ -26,9 +26,11 @@ setenv =
# Add dependencies here since other jobs use python2 and zuul requires # Add dependencies here since other jobs use python2 and zuul requires
# python3. # python3.
deps = deps =
# Pin ansible to common version we use, otherwise ansible-lint # ansible-lint brings in the latest version of ansible, but we
# would pull in latest version. # keep this in sync with what Zuul uses so we don't allow though
ansible>=2.7.0,<2.8 # things from a later ansible that would actually fail in
# production.
ansible>=2.8,<=2.9
ansible-lint>=4.2.0,<5 ansible-lint>=4.2.0,<5
hacking>=2.0.0,<2.1.0 hacking>=2.0.0,<2.1.0
bashate>=0.2 bashate>=0.2