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