Explorar el Código

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

pull/661/head
Slavi Pantaleev hace 5 años
padre
commit
43c5f3ec6e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      roles/matrix-base/tasks/setup_matrix_user.yml

+ 3
- 0
roles/matrix-base/tasks/setup_matrix_user.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar