mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-05 18:27:34 +01:00
Do not wastefully preserve owner/group when importing media store files
This commit is contained in:
parent
0f723c9574
commit
9b97ab6a90
@ -39,6 +39,9 @@
|
||||
src: "{{ local_path_media_store }}/"
|
||||
dest: "{{ matrix_synapse_media_store_path }}"
|
||||
delete: yes
|
||||
# It's wasteful to preserve owner/group now. We chown below anyway.
|
||||
owner: no
|
||||
group: no
|
||||
|
||||
- name: Ensure media store permissions are correct
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user