ansible/.yamllint.yml

12 lines
144 B
YAML
Raw Normal View History

---
extends: default
rules:
line-length:
max: 120
level: warning
document-start:
2021-01-07 11:49:21 +01:00
ignore: |
/groups_var/all/vault.yml
...