Files
ansible-role-csf/.ansible-lint
Aaron Guise b87f24c495
Some checks failed
CI / lint (push) Failing after 21s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped
fix(ci): Add ansible Lint Config 💚
2024-08-20 11:18:45 +12:00

8 lines
198 B
Plaintext

profile: min
skip_list: # or 'skip_list' to silence them completely
- experimental # all rules tagged as experimental
- unnamed-task # All tasks should be named
- fqcn-builtins
- role-name