fix ansible lint profile
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user