diff --git a/TEMPLATES/.ansible-lint.yml b/TEMPLATES/.ansible-lint.yml index 32b88d5e..f2c7b9e7 100644 --- a/TEMPLATES/.ansible-lint.yml +++ b/TEMPLATES/.ansible-lint.yml @@ -36,6 +36,7 @@ skip_list: - 'command-instead-of-shell' # Allow use of shell when you want - 'no-handler' # Allow step to run like handler - 'unnamed-task' # Allow tasks without a name + - 'yaml' # Disable YAML linting since it's done by yamllint ################## # Tags to follow #