Increase verbosity of ansible lint command

This should help troubleshooting issues with alint tox context.

Change-Id: Ieef9aae0e68474039f1d2bf7d9ecc8a1e0ad2e80
This commit is contained in:
Riccardo Pittau 2020-11-23 11:27:55 +01:00
parent c9515e0ca8
commit fd810edbd0

View File

@ -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)"