ublue-forge/anvil/ansible/.ansible-lint

17 lines
312 B
Plaintext
Raw Normal View History

2023-05-01 19:17:56 +03:00
---
# .ansible-lint
# https://ansible-lint.readthedocs.io/profiles/
profile: production
exclude_paths:
- .cache/
- collections/
2023-05-01 19:17:56 +03:00
# Ansible-lint does not fail on warnings from the rules or tags listed below
warn_list:
- galaxy[version-incorrect]
- no-jinja-nesting
- package-latest
- name[template]