From 777375e5e87e2d3495fbe034a84289568e852b3b Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Fri, 16 Jan 2026 11:11:12 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ansible):=20Ajoute=20le=20doss?= =?UTF-8?q?ier=20sauvegarde=20aux=20permissions=20et=20cr=C3=A9=C3=A9=20le?= =?UTF-8?q?=20dossier.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/playbook.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/playbook.yml b/ansible/playbook.yml index a339706..bfc986b 100644 --- a/ansible/playbook.yml +++ b/ansible/playbook.yml @@ -105,7 +105,8 @@ - "{{ path }}/var/log" # Specific for log, though var/log might be created by composer later - "{{ path }}/public/media" # For uploads - "{{ path }}/public/storage" # For uploads - - "{{ path }}/public/tmp-sign" # For uploads + - "{{ path }}/public/tmp-sign" # For upload + - "{{ path }}/sauvegarde" # --- POST-COMPOSER PERMISSION FIXES --- # This is crucial because composer creates var/cache as the `become: false` user @@ -233,6 +234,7 @@ - "{{ path }}/var/cache" - "{{ path }}/var/log" - "{{ path }}/public/media" + - "{{ path }}/sauvegarde" - "{{ path }}/public/storage" # For uploads - "{{ path }}/public/tmp-sign" # For uploads