diff --git a/tox.ini b/tox.ini
index d845d39dcb9eb2968b0e1d9115de98d9cc262a0e..c53afc776f8af85585e3017f531e6a3c7711d41a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -73,7 +73,7 @@ commands =
     bash -c "source {envdir}/bin/activate && {toxinidir}/tools/test-molecule.sh {posargs}"
 
 [testenv:alint]
-commands = ansible-lint ansible/*.yaml
+commands = /bin/bash -c "ansible-lint {toxinidir}/ansible/*.yml"
 
 [testenv:ansible-syntax]
 commands =