diff --git a/.ansible-lint b/.ansible-lint index 50d5e83..c113d97 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,6 +1,6 @@ warn_list: # or 'skip_list' to silence them completely - - '208' # File permissions unset or incorrect - - '301' # Commands should not change things if nothing needs doing - - '305' # Use shell only when shell functionality is required - - '504' # Do not use 'local_action', use 'delegate_to: localhost' - - syntax-check +- '208' # File permissions unset or incorrect +- '301' # Commands should not change things if nothing needs doing +- '305' # Use shell only when shell functionality is required +- '504' # Do not use 'local_action', use 'delegate_to: localhost' +- syntax-check