update
Some checks failed
CI/CD Pipeline / lint (push) Failing after 25s
CI/CD Pipeline / build (push) Has been skipped
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
sotos
2025-12-16 11:11:28 +01:00
parent 6f4e842a36
commit 7bcdf04ff2

18
.yamllint.yml Normal file
View File

@@ -0,0 +1,18 @@
extends: default
ignore: |
^venv/
^\.venv/
^\.gitea/
^\.git/
^\.ansible_test/
^ansible_test/
^\.ansiblelint/
rules:
line-length:
max: 280
level: warning
trailing-spaces: disable
indentation:
spaces: 2