Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
overmind
/
matrix-docker-ansible-deploy
espelho de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Do not create /home/matrix when creating the matrix user
pull/661/head
Slavi Pantaleev
há 5 anos
ascendente
7eb8192a51
cometimento
43c5f3ec6e
1 ficheiros alterados
com
3 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+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
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar