This commit is contained in:
parent
85711e7282
commit
63219b8d62
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue