ublue-forge/anvil/ansible/.ansible-lint
2024-05-11 17:24:45 +00:00

17 lines
312 B
Plaintext

---
# .ansible-lint
# https://ansible-lint.readthedocs.io/profiles/
profile: production
exclude_paths:
- .cache/
- collections/
# 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]