diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 12:59:47 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 13:00:42 +0100 |
commit | ef0b9249cbe33c0f714ec4e80af8fd1e357c16c4 (patch) | |
tree | 0a0c48611abf89c5476726666d6db64170d55a75 | |
parent | c08c84588f5a46d14165e781417175962aa73ee4 (diff) |
Disable false ansible list warnings
git commit has to be executed via shell module [1].
[1] https://github.com/ansible/ansible/issues/50334
Change-Id: I0ad8abe12bd592cb2a790ec3373452d46573776a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 4ac26ff408f928518c7a35f1178fcb590b32cd7f)
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ commands = [testenv:ansiblelint] basepython = python3.7 commands = - ansible-lint ansible/site.yml + ansible-lint -x303 ansible/site.yml [testenv:py37] commands = nosetests xtesting/tests/unit |