Browse Source

Do not wastefully preserve owner/group when importing media store files

pull/6/head
Slavi Pantaleev 8 years ago
parent
commit
9b97ab6a90
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      roles/matrix-server/tasks/import_media_store.yml

+ 3
- 0
roles/matrix-server/tasks/import_media_store.yml View File

@@ -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…
Cancel
Save