Files
ansible-automations/.yamllint.yml
Noah Knegt aa9e658986
Some checks failed
continuous-integration/drone Build is failing
Fix the yamllint errors
Signed-off-by: Noah Knegt <git@noahknegt.com>
2023-03-30 14:28:10 +02:00

14 lines
186 B
YAML

---
extends: default
ignore: |
.yamllint.yml
.ansible-lint.yml
rules:
truthy:
allowed-values: ['true', 'false']
check-keys: false
level: error
line-length: disable