fix ansible lint profile
All checks were successful
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Successful in 17s

This commit is contained in:
2026-01-02 20:12:33 +03:00
parent d169d7996f
commit d0ae59ce36
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ pre-commit:
- name: "ansible-lint"
glob: "**/*.{yml,yaml}"
run: "uv run ansible-lint --profile production {staged_files}"
run: "uv run ansible-lint --profile production --exclude .gitea/ {staged_files}"
- name: "gitleaks"
run: "gitleaks git --staged"