Ver a proveniência

Ensure media store files are owned by the correct user/group after importing (recursively)

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

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

@@ -45,6 +45,7 @@
path: "{{ matrix_synapse_media_store_path }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
recurse: yes

- name: Ensure Matrix Synapse is started (if it previously was)
service: name="{{ item }}" state=started daemon_reload=yes


Carregando…
Cancelar
Guardar