Explorar el Código

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

pull/6/head
Slavi Pantaleev hace 8 años
padre
commit
9b97ab6a90
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      roles/matrix-server/tasks/import_media_store.yml

+ 3
- 0
roles/matrix-server/tasks/import_media_store.yml Ver fichero

@@ -39,6 +39,9 @@
src: "{{ local_path_media_store }}/" src: "{{ local_path_media_store }}/"
dest: "{{ matrix_synapse_media_store_path }}" dest: "{{ matrix_synapse_media_store_path }}"
delete: yes 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 - name: Ensure media store permissions are correct
file: file:


Cargando…
Cancelar
Guardar