Exclude ansible-lint 6.5.1 also.

ansible-lint introduced a regression as described in
"Don't use ansible-lint 6.5.0" I1770e034772b55b993d276d580c5a75d059bd822
the fix is still in draft and 6.5.1 has been released so lets skip that
too

Change-Id: I641a1246f870869153df782381fd9dafa180da26
This commit is contained in:
Tony Breeds
2022-08-25 19:44:26 -07:00
parent d67d326bef
commit 46838fbda8

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,!=6.5.0,<7.0.0
ansible-lint>=6.3.0,!=6.5.0,!=6.5.1,<7.0.0
hacking>=4.0.0,<5.0.0
bashate>=0.2
commands =