mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
Add matrix_group_system
to configure whether the matrix
group is also created as a system group
We create the `matrix` user as a system user (smaller uid), so it makes sense to do the same for the `matrix` group.
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
name: "{{ matrix_user_groupname }}"
|
||||
gid: "{{ omit if matrix_user_gid is none else matrix_user_gid }}"
|
||||
state: present
|
||||
system: "{{ matrix_group_system }}"
|
||||
register: matrix_group
|
||||
|
||||
- name: Ensure Matrix user is created
|
||||
|
Reference in New Issue
Block a user