Skip to content
Snippets Groups Projects
Commit 413d43e9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix ansible-lint star expansion"

parents 48d8436b 5c1fd9ac
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment