📝 chore(ansible/playbook): Modifie les permissions des répertoires à 0777.
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
path: "{{ item }}"
|
||||
owner: bot
|
||||
group: www-data
|
||||
mode: '0775' # rwx for owner and group, rx for others
|
||||
mode: '0777' # rwx for owner and group, rx for others
|
||||
state: directory
|
||||
recurse: yes # Apply to all contents
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user