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