✨ feat(ansible): Ajoute le dossier sauvegarde aux permissions et créé le dossier.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user