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

This commit is contained in:
Michael Grote 2024-09-13 18:05:48 +02:00
parent 63219b8d62
commit 059865152e

View file

@ -7,6 +7,7 @@ on:
jobs:
ansible-lint:
runs-on: ubuntu-latest
container: registry.mgrote.net/ansible-devspace:latest
steps:
- name: Checkout code
@ -16,10 +17,6 @@ jobs:
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
- name: Run ansible-lint
uses: docker://registry.mgrote.net/ansible-devspace:latest
with:
entrypoint: ["/bin/bash", "-c"]
args: |
ansible-lint --force-color --format pep8 --show-relpath
run: ansible-lint --force-color --format pep8 --show-relpath
# VAULTPASS ist als Secrets auf Repo-Ebene angelegt