From 7254218b6d12263e73f2f392ba3487d427b6179f Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 22 Aug 2025 19:30:00 +0200 Subject: [PATCH] Actualiser .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b0fcad4..5f3c65c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,13 +13,12 @@ jobs: - name: Install ansible run: | apt update && apt install ansible -y - - name: Run playbook + + - name: Run playbook "main" uses: dawidd6/action-ansible-playbook@v2 with: playbook: playbooks/main.yml - requirements: requirements.yml - options: | - --inventory inventory + - name: Send failure notification uses: dawidd6/action-send-mail@v3 if: always() && failure()