Actualiser .gitea/workflows/ci.yml
Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 1m43s

This commit is contained in:
2025-08-23 10:14:37 +02:00
parent 09e83022e6
commit bfbac13be4

View File

@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: Install ansible
run: |
apt update && apt upgrade
apt update && apt upgrade -y
- name: Setup Python
uses: actions/setup-python@v5