remove production profile
Some checks failed
Linting / YAML Lint (push) Successful in 9s
Linting / Ansible Lint (push) Failing after 28s

This commit is contained in:
2026-01-02 20:33:48 +03:00
parent 1a98aa504c
commit 2e56cc97d9
2 changed files with 2 additions and 2 deletions

View File

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