serverctl/infrastructure/create-resources/ansible/.yamllint

9 lines
136 B
Plaintext
Raw Normal View History

2022-02-19 20:11:28 +01:00
---
extends: default
rules:
line-length:
max: 120
level: warning
truthy:
allowed-values: ['true', 'false', 'yes', 'no']