Files
ansible-role-checkmk-agent/.ansible-lint
Aaron Guise c5fe670e43
Some checks failed
CI / lint (push) Failing after 14s
CI / Molecule Test (almalinux8) (push) Has been skipped
CI / Molecule Test (almalinux9) (push) Has been skipped
CI / release (push) Has been skipped
CI / notify (push) Has been skipped
chore: Exclude local_action check
2025-02-21 07:23:07 +13:00

11 lines
308 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