From abe7e05d27f7801b902821a85186dca0c9e563ae Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 7 Dec 2019 14:15:02 +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]. [1] https://github.com/ansible/ansible/issues/50334 Change-Id: Ie4595f7bc2b54545b2f824f5ac3fb1d20340f13c 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 95a119f2..826ca889 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ commands = [testenv:ansiblelint] basepython = python3.7 -commands = ansible-lint ansible/site.yml +commands = ansible-lint -x303 ansible/site.yml [testenv:bandit] basepython = python3.7 -- cgit 1.2.3-korg