Add matrix_synapse_uid, matrix_synapse_gid and matrix_synapse_username
This commit is contained in:
@ -66,8 +66,8 @@
|
||||
- name: Ensure media store permissions are correct (generic case)
|
||||
ansible.builtin.file:
|
||||
path: "{{ matrix_synapse_media_store_path }}"
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
owner: "{{ matrix_synapse_uid }}"
|
||||
group: "{{ matrix_synapse_gid }}"
|
||||
recurse: true
|
||||
when: "not matrix_s3_media_store_enabled | bool"
|
||||
|
||||
|
Reference in New Issue
Block a user