dd
Some checks failed
ansible-lint / ansible-lint (pull_request) Failing after 5s
gitleaks / gitleaks (pull_request) Successful in 6s

This commit is contained in:
Michael Grote 2024-09-13 17:59:58 +02:00
parent f18aef58e7
commit 182d381102

View file

@ -6,6 +6,8 @@ on:
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -13,9 +15,10 @@ jobs:
- 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
run: |
with:
args: |
ansible-lint --force-color --format pep8 --show-relpath
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt