Files
ansible-role-checkmk-agent/.ansible-lint
2024-01-09 14:33:55 +13:00

10 lines
280 B
Plaintext

# .ansible-lint
profile: basic
skip_list: # or 'skip_list' to silence them completely
- experimental # all rules tagged as experimental
- unnamed-task # All tasks should be named
- fqcn-builtins
- name[casing]
warn_list: [] # or 'skip_list' to silence them completely