wazuh-ansible/.ansible-lint

14 lines
233 B
Plaintext

---
# .ansible-lint
profile: production
use_default_rules: true
# This is for false positives
# 504: Do not use 'local_action', use 'delegate_to: localhost'
skip_list:
- '504'
- 'ignore-errors'
- 'role-name'
- 'var-naming'