From 87f8a5c6e9daf20fa661634fa07520b3d5991599 Mon Sep 17 00:00:00 2001
From: Jeremy Stanley <fungi@yuggoth.org>
Date: Thu, 23 Feb 2023 18:31:54 +0000
Subject: [PATCH] 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
---
 linters-requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/linters-requirements.txt b/linters-requirements.txt
index 87da82728..085280022 100644
--- a/linters-requirements.txt
+++ b/linters-requirements.txt
@@ -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