Allow the matrix user username and groupname to be configured separately
No migration steps should be required.
This commit is contained in:
@ -66,7 +66,7 @@
|
||||
file:
|
||||
path: "{{ matrix_synapse_media_store_path }}"
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
recurse: yes
|
||||
when: "not matrix_s3_media_store_enabled|bool"
|
||||
|
||||
|
Reference in New Issue
Block a user