Disable false ansiblelint warnings
[functest.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5cc3851..cc71279 100644 (file)
--- 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