diff --git a/tox.ini b/tox.ini index 1a2ffa5..71f2658 100644 --- a/tox.ini +++ b/tox.ini @@ -56,7 +56,7 @@ commands = setenv = {[testenv:ansible]setenv} commands = - ansible-lint -x ANSIBLE0016 {toxinidir} + ansible-lint -x ANSIBLE0016,106 {toxinidir} [testenv:ansible-syntax]