Procházet zdrojové kódy

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

pull/661/head
Slavi Pantaleev před 5 roky
rodič
revize
43c5f3ec6e
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      roles/matrix-base/tasks/setup_matrix_user.yml

+ 3
- 0
roles/matrix-base/tasks/setup_matrix_user.yml Zobrazit soubor

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


Načítá se…
Zrušit
Uložit