Ver a proveniência

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

pull/661/head
Slavi Pantaleev há 5 anos
ascendente
cometimento
43c5f3ec6e
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      roles/matrix-base/tasks/setup_matrix_user.yml

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

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


Carregando…
Cancelar
Guardar