diff --git a/tox.ini b/tox.ini index dce24df60b..685b045df8 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =