diff --git a/.ansible-lint b/.ansible-lint index 78e11f1..597864b 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,9 +1,7 @@ skip_list: - - '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern' + - fqcn-builtins # Use FQCN for builtin actions. warn_list: - no-changed-when - - command-instead-of-shell # Use shell only when shell functionality is required - experimental # all rules tagged as experimental - - fqcn-builtins # Use FQCN for builtin actions. - jinja[spacing] # Jinja2 spacing could be improved diff --git a/tox.ini b/tox.ini index c6c69b7..3f0203d 100644 --- a/tox.ini +++ b/tox.ini @@ -72,7 +72,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 -vvv \ +commands = bash -c "ansible-lint \ {toxinidir}/ansible/deploy.yml \ {toxinidir}/ansible/teardown.yml"