Update ansible-lint verification 06/71906/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 18:01:56 +0000 (19:01 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 9 Feb 2021 18:06:31 +0000 (19:06 +0100)
Change-Id: I1f0e2a4dc3d2410a409c990605a9086a5776ca34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 218ff87511f5675386c7c1948d64e24a101091f2)

tox.ini
upper-constraints.txt

diff --git a/tox.ini b/tox.ini
index a03105b..bd1f7d8 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@ commands =
 [testenv:ansiblelint]
 basepython = python3.7
 commands =
-  ansible-lint -x303 ansible/site.yml
+  ansible-lint -x303,305,306 ansible/site.yml
 
 [testenv:py37]
 commands = nosetests xtesting/tests/unit
index 1c35e41..1ee3bc2 100644 (file)
@@ -4,3 +4,4 @@ behave===1.2.6
 behave-html-formatter===0.9.4;python_version>='3.5'
 pylint===1.9.5;python_version=='2.7'
 pylint===2.3.1;python_version=='3.7'
+ansible-lint===4.3.7