Files
ansible-role-checkmk-agent/.ansible-lint
Aaron Guise eda8282a35
Some checks failed
CI / lint (push) Successful in 1m50s
CI / Molecule Test (almalinux8) (push) Failing after 2m36s
CI / Molecule Test (almalinux9) (push) Failing after 2m22s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped
chore: Linting 🚨
2025-03-04 06:49:23 +13:00

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