k3s-ansible/.yamllint
Jon S. Stumpf e6b10569d2 Limited boolean values to true/false;
Signed-off-by: Jon S. Stumpf <jon.stumpf@gmail.com>
2023-12-02 21:08:24 -05:00

10 lines
124 B
Plaintext

---
extends: default
rules:
line-length:
max: 120
level: warning
truthy:
allowed-values: ['true', 'false']