Increase verbosity of ansible lint command
This should help troubleshooting issues with alint tox context. Change-Id: Ieef9aae0e68474039f1d2bf7d9ecc8a1e0ad2e80
This commit is contained in:
parent
c9515e0ca8
commit
fd810edbd0
2
tox.ini
2
tox.ini
@ -66,7 +66,7 @@ commands =
|
||||
setenv = ANSIBLE_LIBRARY = {toxinidir}/ansible/action_plugins/
|
||||
# Exclude roles downloaded from Galaxy (in the form 'author.role') from
|
||||
# linting.
|
||||
commands = bash -c "ansible-lint \
|
||||
commands = bash -c "ansible-lint -vvv \
|
||||
$(find {toxinidir}/ansible -path '*.yml' \
|
||||
-not -path '{toxinidir}/ansible/roles/*.*/*' -print)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user