From 4ac26ff408f928518c7a35f1178fcb590b32cd7f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 7 Dec 2019 12:59:47 +0100 Subject: Disable false ansible list warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7a5d39fe..f9ae0100 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit 1.2.3-korg