You've already forked ansible-role-checkmk-agent
12 lines
307 B
Plaintext
12 lines
307 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]
|
|
- deprecated-local-action
|
|
|
|
warn_list: [] # or 'skip_list' to silence them completely
|