Files
a13labs.infra/ansible/.ansible-lint
T

12 lines
173 B
Plaintext
Raw Normal View History

2024-09-24 15:19:51 +02:00
---
exclude_paths:
- .git/
- .github/
- tests/
enable_list:
2024-09-28 23:30:41 +02:00
- fqcn-builtins # opt-in
2024-09-24 15:19:51 +02:00
warn_list:
- line-length
- yaml[line-length]
2024-09-28 23:30:41 +02:00
- var-naming[no-role-prefix]