.forgejo/workflows/run.yaml aktualisiert
Some checks failed
/ checkout (push) Failing after 4s

This commit is contained in:
stelb 2025-03-10 18:57:05 +01:00
parent ce5b2d0842
commit 4455c24dec

View file

@ -8,6 +8,14 @@ jobs:
- name: checkóut - name: checkóut
uses: actions/checkout@v4 uses: actions/checkout@v4
# install ansbile
- name: Install Ansible
run: |
apt update -y
apt install python3-pip -y
python3 -m pip install ansible
python3 -m pip install ansible-lint
- name: Run playbook - name: Run playbook
uses: https://github.com/dawidd6/action-ansible-playbook@v3 uses: https://github.com/dawidd6/action-ansible-playbook@v3
with: with: