diff --git a/tox.ini b/tox.ini index e1c23342b..3fb274880 100644 --- a/tox.ini +++ b/tox.ini @@ -31,11 +31,6 @@ commands = # Ansible Syntax Check bash -c "find playbooks -type f -regex '.*.y[a]?ml' -print0 | xargs -n1 -0 \ ansible-playbook --syntax-check -i tests/inventory 1>/dev/null" - # Ansible Lint Check - # NOTE(pabelanger): Ignore the following checks: - # ANSIBlE0012: Commands should not change things if nothing needs doing - bash -c "find playbooks -type f -regex '.*.y[a]?ml' -print0 | xargs -n1 -0 \ - ansible-lint -x ANSIBLE0006,ANSIBLE0012 2> /dev/null" [testenv:venv] commands = {posargs}