Don't use ansible-lint 6.5.0

We have some skips in our playbooks which 6.5.0 ignores because of
https://github.com/ansible/ansible-lint/issues/2320 so block that
version and hope the fix makes it into the next release.

Change-Id: I1770e034772b55b993d276d580c5a75d059bd822
This commit is contained in:
Jeremy Stanley 2022-08-24 18:25:12 +00:00
parent 36b9c302e5
commit c9c122460e

View File

@ -24,7 +24,7 @@ deps =
# things from a later ansible that would actually fail in
# production.
ansible>=5,<6
ansible-lint>=6.3.0,<7.0.0
ansible-lint>=6.3.0,!=6.5.0,<7.0.0
hacking>=4.0.0,<5.0.0
bashate>=0.2
commands =