netz39-infra-ansible/.yamllint
Alexander Dahl ec55d5970b 🚨 yamllint: Ignore line-length warnings
We have quite some long lines where it makes no sense to split them.
Those warnings distract more than they help.
2022-11-18 08:58:19 +01:00

11 lines
140 B
Text

---
extends: default
rules:
line-length: disable
truthy:
allowed-values:
- 'true'
- 'false'
- 'yes'
- 'no'