From 218ff87511f5675386c7c1948d64e24a101091f2 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 9 Feb 2021 19:01:56 +0100 Subject: Update ansible-lint verification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1f0e2a4dc3d2410a409c990605a9086a5776ca34 Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3e8fd4b4..b4bf6c5e 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ commands = [testenv:ansiblelint] basepython = python3.8 commands = - ansible-lint -x303 ansible/site.yml + ansible-lint -x303,305,306 ansible/site.yml [testenv:py37] commands = nosetests xtesting/tests/unit -- cgit 1.2.3-korg