Files
oam/.ansible-lint
2024-08-18 22:45:11 +02:00

9 lines
318 B
Plaintext

---
# https://ansible.readthedocs.io/projects/lint/configuring/#ansible-lint-configuration
offline: true
warn_list:
- 'name[template]' # Jinja templates should only be at the end of 'name' -- oh come on!
- 'role-name[path]' # Avoid using paths when importing roles -- yeah, need for testing
- package-latest