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:
Ian Wienand 2022-08-24 15:16:52 +10:00
parent 5ebf086442
commit aa85e13138
1 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@
ansible>=2.9,<2.11 # required by ansible-lint
flake8
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