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 /tox.ini | |
parent | 8fc7c92cd3a8704aff806c2b9c500369b7360759 (diff) |
Update ansible-lint verification
Change-Id: I1f0e2a4dc3d2410a409c990605a9086a5776ca34
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 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 |