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

master
Slavi Pantaleev 7 years ago
parent a6760f4469
commit 0f723c9574

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