Merge "Fix ansible-lint star expansion"
This commit is contained in:
commit
413d43e958
2
tox.ini
2
tox.ini
@ -73,7 +73,7 @@ commands =
|
|||||||
bash -c "source {envdir}/bin/activate && {toxinidir}/tools/test-molecule.sh {posargs}"
|
bash -c "source {envdir}/bin/activate && {toxinidir}/tools/test-molecule.sh {posargs}"
|
||||||
|
|
||||||
[testenv:alint]
|
[testenv:alint]
|
||||||
commands = ansible-lint ansible/*.yaml
|
commands = /bin/bash -c "ansible-lint {toxinidir}/ansible/*.yml"
|
||||||
|
|
||||||
[testenv:ansible-syntax]
|
[testenv:ansible-syntax]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user