ci: fix ansible-lint #178

Merged
mg merged 18 commits from al into master 2024-09-13 19:31:39 +02:00
Showing only changes of commit f18aef58e7 - Show all commits

View file

@ -15,6 +15,7 @@ jobs:
- name: run ansible-lint
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