Ver a proveniência

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

pull/6/head
Slavi Pantaleev há 9 anos
ascendente
cometimento
9b97ab6a90
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      roles/matrix-server/tasks/import_media_store.yml

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

@@ -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:


Carregando…
Cancelar
Guardar