From 26059eab61eace75e103e9ce9264c48436c1ddc8 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Thu, 29 Jan 2026 16:04:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(ansible):=20Corrige=20la=20t?= =?UTF-8?q?=C3=A2che=20cron=20pour=20l'envoi=20des=20e-mails.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/playbook.yml b/ansible/playbook.yml index 89956ee..869314b 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -186,7 +186,7 @@ name: "Intranet Ludikevent - Unsigned Contracts Expired" minute: "0" hour: "12" - job: "php {{ path }}/bin/console app:un-signed:expired" + job: "php {{ path }}/bin/console app:mail" user: root state: present