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:01:56 +0100 |
commit | 218ff87511f5675386c7c1948d64e24a101091f2 (patch) | |
tree | 7858395f8f5838c1474e454f5fd8dbcd3f39e699 | |
parent | 8fc7c92cd3a8704aff806c2b9c500369b7360759 (diff) |
Update ansible-lint verification
Change-Id: I1f0e2a4dc3d2410a409c990605a9086a5776ca34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 |