diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:01:56 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-02-09 19:05:35 +0100 |
commit | 7063c1c1d114c946c66a47b7688e627c26f48f2f (patch) | |
tree | 5d9ecb9740e8aeeefcced163773f74c82bab2ed2 | |
parent | 1d9f32f7d5e2d442c89831633a3bb39b24381d10 (diff) |
Update ansible-lint verification
Change-Id: I1f0e2a4dc3d2410a409c990605a9086a5776ca34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 218ff87511f5675386c7c1948d64e24a101091f2)
-rw-r--r-- | tox.ini | 2 | ||||
-rw-r--r-- | upper-constraints.txt | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -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 diff --git a/upper-constraints.txt b/upper-constraints.txt index 926e5b92..6aca7c83 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -6,3 +6,4 @@ pylint===1.9.5;python_version=='2.7' pylint===2.4.4;python_version=='3.8' flake8===3.7.9 nose===1.3.7 +ansible-lint===4.3.7 |