dd
This commit is contained in:
parent
63219b8d62
commit
059865152e
1 changed files with 2 additions and 5 deletions
|
@ -7,6 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: registry.mgrote.net/ansible-devspace:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -16,10 +17,6 @@ jobs:
|
||||||
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
|
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
|
||||||
|
|
||||||
- name: Run ansible-lint
|
- name: Run ansible-lint
|
||||||
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
run: ansible-lint --force-color --format pep8 --show-relpath
|
||||||
with:
|
|
||||||
entrypoint: ["/bin/bash", "-c"]
|
|
||||||
args: |
|
|
||||||
ansible-lint --force-color --format pep8 --show-relpath
|
|
||||||
|
|
||||||
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt
|
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt
|
||||||
|
|
Loading…
Reference in a new issue