From 208135359d6d52cf78f0376ee94380dfc746098f Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 25 Oct 2021 14:34:49 +0200 Subject: [PATCH] Bump ansible lint to latest version Keep the version to 5.x for the time being Change-Id: Ifcf33e79ced1ec6e679847cb1c4130d8b5ba224b --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 19b6fe335..895963db0 100644 --- a/tox.ini +++ b/tox.ini @@ -87,6 +87,6 @@ usedevelop = False allowlist_externals = bash deps = ansible>=4,<5 - ansible-lint>=4.3.0,<5 + ansible-lint>=5,<6 commands = bash tools/ansible-lint.sh