update cicd
Some checks failed
CI/CD Pipeline / lint (push) Failing after 24s
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:04:07 +01:00
parent 46dee4cb79
commit 6f4e842a36

18
.yamllint Normal file
View File

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