ci: fix ansible-lint #178
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: write 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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue