Cap ansible-lint <6.13

Recent ansible-lint releases have started complaining about
"name[play]: All plays should be named." throughout the playbooks in
this repository regardless of whether the commit changes them. This
may be a new difference in how ansible-lint decides which files
should be checked, but it's unclear from the release notes whether
this was intentional or a regression.

Change-Id: I906e889ad2ee50bcdacf7d5e8e0c0895df00e562
This commit is contained in:
Jeremy Stanley 2023-02-23 18:31:54 +00:00
parent ff1836691e
commit 87f8a5c6e9

View File

@ -5,4 +5,4 @@ flake8
yamllint>=1.23.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.8.0
ansible-lint>6.8.0,<6.13