dd
This commit is contained in:
parent
f18aef58e7
commit
182d381102
1 changed files with 6 additions and 3 deletions
|
@ -6,6 +6,8 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
ansible-lint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -13,9 +15,10 @@ jobs:
|
||||||
- name: write vault-pass
|
- name: write vault-pass
|
||||||
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
|
uses: docker://registry.mgrote.net/ansible-devspace:latest
|
||||||
run: |
|
with:
|
||||||
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
|
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt
|
||||||
|
|
Loading…
Reference in a new issue