diff --git a/tox.ini b/tox.ini index 610c3f1285..ab4c0f28f3 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ commands = # Ansible lint bash -c "find playbooks -type f -regex '.*.ya?ml' -print0 | \ xargs -t -n1 -0 ansible-lint" - bash -c 'find roles -maxdepth 1 -mindepth 1 -type d -printf "%%p/\n" | \ + bash -c 'find roles -maxdepth 1 -mindepth 1 -type d -printf "%p/\n" | \ xargs -t -n1 ansible-lint' # Ansible Syntax Check bash -c "find playbooks -type f -regex '.*.ya?ml' -exec \