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