fix ansible lint errors

This commit is contained in:
2026-01-02 19:44:35 +03:00
parent af5b00d62d
commit f80a1008c7
14 changed files with 30 additions and 22 deletions

View File

@@ -22,6 +22,10 @@ pre-commit:
glob: "**/*.{yml,yaml}"
run: "uv run yamllint --config-file .yamllint.yml --format colored {staged_files}"
- name: "ansible-lint"
glob: "**/*.{yml,yaml}"
run: "uv run ansible-lint --profile production {staged_files}"
- name: "gitleaks"
run: "gitleaks git --staged"