Fix the yamllint errors
Some checks failed
continuous-integration/drone Build is failing

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2023-03-30 14:28:10 +02:00
parent adc69ecc5b
commit aa9e658986
15 changed files with 38 additions and 91 deletions

View File

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