remove production profile
This commit is contained in:
@@ -47,4 +47,4 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Run ansible-lint
|
||||
run: ansible-lint --profile production -vv
|
||||
run: ansible-lint -vv
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user