Match the ansible-lint <6.5 pin from zuul-jobs

We try to test our job content with the same ansible-lint versions
used by the zuul/zuul-jobs repository. Adjust our exclusions to
match what it's using, for consistency and ease of future
maintenance.

Change-Id: I2300e8950780245a38f68ce9cc5aa5ff62e65e40
This commit is contained in:
Jeremy Stanley 2022-08-29 23:22:03 +00:00
parent a87b6d69f5
commit ddfdf914a1
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ deps =
# things from a later ansible that would actually fail in
# production.
ansible>=5,<6
ansible-lint>=6.3.0,!=6.5.0,!=6.5.1,<7.0.0
# 6.5.0 : https://github.com/ansible/ansible-lint/issues/2330
# 6.5.1 : https://github.com/ansible/ansible-lint/issues/2320
ansible-lint>=6.0.0,<6.5.0
hacking>=4.0.0,<5.0.0
bashate>=0.2
commands =