ansible-lint: pin to < 6.5
The new 6.5 release seems to have some issues with our code base (see linked issue). Pin to 6.4 for now. Change-Id: I9516314f7bd2924bd50456a3f850f6151678e95f
This commit is contained in:
parent
5ebf086442
commit
aa85e13138
@ -3,4 +3,6 @@
|
|||||||
ansible>=2.9,<2.11 # required by ansible-lint
|
ansible>=2.9,<2.11 # required by ansible-lint
|
||||||
flake8
|
flake8
|
||||||
yamllint>=1.23.0
|
yamllint>=1.23.0
|
||||||
ansible-lint>6.0.0,<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
|
||||||
|
Loading…
Reference in New Issue
Block a user