ansible/.yamllint.yml
otthorn 20dc6a80e6
Some checks failed
continuous-integration/drone/push Build is failing
Please the yaml linter for document line start another because it breaks vault
2021-01-07 11:32:19 +01:00

10 lines
121 B
YAML

---
extends: default
rules:
line-length:
max: 120
level: warning
document-start:
level: warning
...