Files
offline_kubespray/collection/community/zabbix/.ansible-lint
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

11 lines
357 B
Plaintext

---
exclude_paths:
- ${HOME}/.cache/
skip_list:
- command-instead-of-shell # Use shell only when shell functionality is required
- experimental # all rules tagged as experimental
- meta-no-info # meta/main.yml should contain relevant info
- no-handler # Tasks that run when changed should likely be handlers
- unnamed-task # All tasks should be named