From 2f2e55d6431c7edaa3037ca93926365da4f8093f Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 19 Dec 2023 12:33:09 +0100 Subject: [PATCH] Update ansible linters to current version used Change-Id: I49a30f3547e32e8ef90d65b46e5393957b8946b2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 50eb13459..21754ee7d 100644 --- a/tox.ini +++ b/tox.ini @@ -79,7 +79,7 @@ filename = *.py [testenv:linters] allowlist_externals = bash deps = - ansible>=6,<7 + ansible>=7,<8 ansible-lint>=6,<7 commands = bash tools/ansible-lint.sh