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

@@ -47,4 +47,4 @@ jobs:
fi fi
- name: Run ansible-lint - name: Run ansible-lint
run: ansible-lint . run: ansible-lint --profile production .

View File

@@ -24,7 +24,7 @@ pre-commit:
- name: "ansible-lint" - name: "ansible-lint"
glob: "**/*.{yml,yaml}" 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" - name: "gitleaks"
run: "gitleaks git --staged" run: "gitleaks git --staged"