diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 13:38:47 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 13:40:21 +0100 |
commit | 36acd696022081c06a4d5f25ac13ea50cc5f1d2a (patch) | |
tree | 7162d0d7fe272941e14a7d0ab4372eae18fa6d2c /tox.ini | |
parent | 55adb2ddd6ee699c026e6f623e599f4d6cb322cb (diff) |
Disable false ansiblelint warnings
git commit has to be executed via shell module [1].
It also update ansible to conform with the latest changes in
XtestingCI.
[1] https://github.com/ansible/ansible/issues/50334
Change-Id: I3cc7a675eddabb0cbd9834a9e64fe7389a11865f
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
@@ -59,7 +59,7 @@ commands = [testenv:ansiblelint] basepython = python3.7 commands = - ansible-lint ansible/site.yml + ansible-lint -x303 ansible/site.yml [testenv:py37] commands = nosetests functest/tests/unit |