Files
ansible-role-checkmk-agent/.ansible-lint

12 lines
307 B
Plaintext
Raw Normal View History

2024-01-09 14:33:55 +13:00
# .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]
2025-02-21 07:23:07 +13:00
- deprecated-local-action
2024-01-09 14:33:55 +13:00
2025-03-04 06:49:23 +13:00
warn_list: [] # or 'skip_list' to silence them completely