infrastructure-as-code/.ansible-lint

10 lines
231 B
Plaintext

---
# .ansible-lint
# See: https://ansible-lint.readthedocs.io/configuring/#ansible-lint-configuration
# Ansible-lint completely ignores rules or tags listed below
skip_list:
- no-changed-when
- name[template]
- latest[git]