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:06:31 +0100 |
commit | 8c76807e0997a8e0deb7c62ad15cec7988681017 (patch) | |
tree | 8c60ff7d1cbff9fe850da4b0a0a5b25fdb67371f | |
parent | db6da939273e42cf53e6a9e3c37b199678cd35ad (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.7 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 1c35e41f..1ee3bc2a 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -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 |