Do not create /home/matrix when creating the matrix user

master
Slavi Pantaleev 4 years ago
parent 7eb8192a51
commit 43c5f3ec6e

@ -17,6 +17,9 @@
uid: "{{ omit if matrix_user_uid is none else matrix_user_uid }}"
state: present
group: "{{ matrix_user_groupname }}"
home: "{{ matrix_base_data_path }}"
create_home: no
system: yes
register: matrix_user
- name: Set Matrix Group UID Variable

Loading…
Cancel
Save