Browse Source

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

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

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

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


Loading…
Cancel
Save