Skip to content

Commit

Permalink
Add some more comments for Ansible lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Nov 16, 2023
1 parent 2e26a17 commit 51126d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51126d9

Please sign in to comment.