From 50185f2d8e3bcca6ebe7a06685fff92131fb2b46 Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Thu, 29 Jan 2026 09:31:40 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ansible/update):=20D=C3=A9plac?= =?UTF-8?q?e=20la=20mise=20=C3=A0=20jour=20du=20journal=20Git=20dans=20le?= =?UTF-8?q?=20script.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/playbook.yml | 8 -------- update.sh | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/ansible/playbook.yml b/ansible/playbook.yml index c853343..3503df7 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -203,14 +203,6 @@ args: chdir: "{{ path }}" when: ansible_os_family == "Debian" - - name: Exécuter app:git-log-update pour mettre à jour le journal client - ansible.builtin.command: php bin/console app:git-log-update - become: false - args: - chdir: "{{ path }}" - # On ignore les erreurs pour ne pas bloquer le déploiement si l'IA ou Git échoue - ignore_errors: yes - - name: S'assurer que le fichier update.json a les bonnes permissions ansible.builtin.file: path: "{{ path }}/var/update.json" diff --git a/update.sh b/update.sh index 52f9c25..2975515 100644 --- a/update.sh +++ b/update.sh @@ -6,6 +6,7 @@ CYAN='\033[0;36m' RESET='\033[0m' # Reset color to default sudo update-alternatives --set php /usr/bin/php8.4 +php bin/console app:git-log-update echo "${CYAN}####################################${RESET}" echo "${CYAN}# LUDIKEVENT INTRANET UPDATE START #${RESET}" echo "${CYAN}####################################${RESET}"