ansible/.yamllint.yml

8 lines
67 B
YAML
Raw Normal View History

---
extends: default
rules:
line-length:
level: warning
...