Skip to content

Commit 51126d9

Browse files
committed
Add some more comments for Ansible lint
1 parent 2e26a17 commit 51126d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/ansible-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ warn_list:
1818
- yaml[empty-lines] # Violations reported by yamllint.
1919
- yaml[line-length] # Violations reported by yamllint.
2020
- name[casing] # Rule for checking task and play names.
21-
- no-handler
22-
- risky-shell-pipe
21+
- no-handler # Style choice, skipping for now
22+
- risky-shell-pipe # Skipping for now due to authselect rules

0 commit comments

Comments
 (0)