ff
Some checks failed
ansible-lint / ansible-lint (pull_request) Failing after 0s
gitleaks / gitleaks (pull_request) Successful in 5s

This commit is contained in:
Michael Grote 2024-09-13 17:56:58 +02:00
parent d08d4e0871
commit f18aef58e7

View file

@ -15,6 +15,7 @@ jobs:
- name: run ansible-lint - name: run ansible-lint
uses: docker://registry.mgrote.net/ansible-devspace:latest uses: docker://registry.mgrote.net/ansible-devspace:latest
run: ansible-lint --force-color --format pep8 --show-relpath run: |
ansible-lint --force-color --format pep8 --show-relpath
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt # VAULTPASS ist als Secrets auf Repo-Ebene angelegt