From 51126d9c9aa29b24b400e46cc8b9b386f516484f Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 16 Nov 2023 08:16:04 -0600 Subject: [PATCH] Add some more comments for Ansible lint --- .config/ansible-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/ansible-lint.yml b/.config/ansible-lint.yml index 63b02288788..6f6829c84e1 100644 --- a/.config/ansible-lint.yml +++ b/.config/ansible-lint.yml @@ -18,5 +18,5 @@ warn_list: - yaml[empty-lines] # Violations reported by yamllint. - yaml[line-length] # Violations reported by yamllint. - name[casing] # Rule for checking task and play names. - - no-handler - - risky-shell-pipe + - no-handler # Style choice, skipping for now + - risky-shell-pipe # Skipping for now due to authselect rules