From 5faf3ac26653ccd6fe036be670b39cd9a300cd1a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 09:53:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .ansible-lint | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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