diff --git a/.gitea/workflows/ansible-lint.yaml b/.gitea/workflows/ansible-lint.yaml index 41e078f6..32695a1a 100644 --- a/.gitea/workflows/ansible-lint.yaml +++ b/.gitea/workflows/ansible-lint.yaml @@ -18,7 +18,6 @@ jobs: - name: Run ansible-lint uses: docker://registry.mgrote.net/ansible-devspace:latest with: - args: | - ansible-lint --force-color --format pep8 --show-relpath + args: ansible-lint --force-color --format pep8 --show-relpath # VAULTPASS ist als Secrets auf Repo-Ebene angelegt