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:
parent
36b9c302e5
commit
c9c122460e
2
tox.ini
2
tox.ini
@ -24,7 +24,7 @@ deps =
|
|||||||
# things from a later ansible that would actually fail in
|
# things from a later ansible that would actually fail in
|
||||||
# production.
|
# production.
|
||||||
ansible>=5,<6
|
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
|
hacking>=4.0.0,<5.0.0
|
||||||
bashate>=0.2
|
bashate>=0.2
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user