From 5881a3e37718ef3113225b87bd0ff876ec65d025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 16 Mar 2022 21:15:30 +0100 Subject: [PATCH] [CI] pin ansible-lint to <6 ansible-lint 6.0.0 introduced a requirement to use FQCNs. Change-Id: Ic65e575fc13ddacdd4540c7ae6f90e25b8e57012 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7d08a66..8ccf734 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # linting -ansible-lint>=4.2.0,!=4.3.0 # MIT +ansible-lint>=4.2.0,!=4.3.0,<6.0.0 # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 doc8>=0.6.0 # Apache-2.0