k3s-ansible/.yamllint
Derek Nola ddc664a7f6
Apply noqa and fix line lenght limit. ansible-lint production profile (#326)
Signed-off-by: Derek Nola <derek.nola@suse.com>
2024-05-03 09:38:01 -07:00

10 lines
124 B
Plaintext

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