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

This commit is contained in:
2025-08-23 10:12:38 +02:00
parent 2247678957
commit 09e83022e6

View File

@@ -12,7 +12,19 @@ jobs:
uses: actions/checkout@v4
- name: Install ansible
run: |
apt update && apt install ansible -y
apt update && apt upgrade
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Ansible and dependencies
run: |
pip install ansible ansible-lint
- name: Run Ansible Lint
run: ansible-lint
# - name: Run playbook "main"
# run: |