feat(ansible): Ajoute le dossier sauvegarde aux permissions et créé le dossier.

This commit is contained in:
Serreau Jovann
2026-01-16 11:11:12 +01:00
parent 21a0a3bcbd
commit 777375e5e8

View File

@@ -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