templier-ansible/.yamllint.yml
Yohann D'ANELLO 35c62d906b
Basic configuration with docker
Signed-off-by: Yohann D'ANELLO <yohann.danello@gmail.com>
2020-12-22 00:17:10 +01:00

9 lines
80 B
YAML

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