mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
Ensure media store files are owned by the correct user/group after importing (recursively)
This commit is contained in:
parent
a6760f4469
commit
0f723c9574
@ -45,6 +45,7 @@
|
|||||||
path: "{{ matrix_synapse_media_store_path }}"
|
path: "{{ matrix_synapse_media_store_path }}"
|
||||||
owner: "{{ matrix_user_username }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
group: "{{ matrix_user_username }}"
|
group: "{{ matrix_user_username }}"
|
||||||
|
recurse: yes
|
||||||
|
|
||||||
- name: Ensure Matrix Synapse is started (if it previously was)
|
- name: Ensure Matrix Synapse is started (if it previously was)
|
||||||
service: name="{{ item }}" state=started daemon_reload=yes
|
service: name="{{ item }}" state=started daemon_reload=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user