Update Ansible pin

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

Change-Id: If249ff4c51f9b89c6dbe0dccaad26f52727b36be
This commit is contained in:
Jeremy Stanley 2020-11-13 19:02:18 +00:00
parent 18f20abd99
commit e17a2c989a

View File

@ -11,7 +11,7 @@ zuul
# here to pull in ansible anyway; pip doesn't actually have a
# dependency solver and the uncapped ansible requirement from
# ansible-lint pull in the latest version.
ansible>=2.7.18,<2.8 # <-- keep it as old as possible
ansible>=2.8,<2.9 # <-- keep it as old as possible
# We need to pin ansible-lint to before 4.0 which blows up all over the place
ansible-lint>=4.3.3,<5
bashate>=0.2