diff --git a/.gitea/workflows/ansible-lint.yaml b/.gitea/workflows/ansible-lint.yaml index 32695a1a..92e74567 100644 --- a/.gitea/workflows/ansible-lint.yaml +++ b/.gitea/workflows/ansible-lint.yaml @@ -18,6 +18,8 @@ jobs: - name: Run ansible-lint uses: docker://registry.mgrote.net/ansible-devspace:latest with: - args: ansible-lint --force-color --format pep8 --show-relpath + entrypoint: ["/bin/bash", "-c"] + args: | + ansible-lint --force-color --format pep8 --show-relpath # VAULTPASS ist als Secrets auf Repo-Ebene angelegt