diff --git a/TEMPLATES/.ansible-lint.yml b/TEMPLATES/.ansible-lint.yml index 0007c68d..a84da4b0 100644 --- a/TEMPLATES/.ansible-lint.yml +++ b/TEMPLATES/.ansible-lint.yml @@ -29,9 +29,9 @@ quiet: true ################ skip_list: - '602' # Allow compare to empty string - - '204' # Allow string length greater that 160 chars + - '204' # Allow string length greater than 160 chars - '301' # False positives for running command shells - - '303' # Allow git commands for push add, etc... + - '303' # Allow git commands for push, add, etc... - '305' # Allow use of shell when you want - '503' # Allow step to run like handler