Merge "Fix ansible-lint star expansion"

This commit is contained in:
Zuul 2020-12-18 15:28:33 +00:00 committed by Gerrit Code Review
commit 413d43e958
1 changed files with 1 additions and 1 deletions

View File

@ -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 =