Allow the matrix user username and groupname to be configured separately
No migration steps should be required.
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
force: true
|
||||
mode: 0550
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
|
||||
- name: Ensure matrix-postgres is started
|
||||
service:
|
||||
|
Reference in New Issue
Block a user