From 36acd696022081c06a4d5f25ac13ea50cc5f1d2a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 7 Dec 2019 13:38:47 +0100 Subject: Disable false ansiblelint 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]. 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 5cc3851ac..cc712791f 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- cgit 1.2.3-korg