mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-07-11 18:35:11 +02:00
Allow the matrix user username and groupname to be configured separately
No migration steps should be required.
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
state: directory
|
||||
mode: 0700
|
||||
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