mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
9 lines
318 B
Plaintext
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
|