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
Remove useless explicit daemon reload in matrix-user-creator
The next task asks for a daemon reload, so there's no need to do it twice.
pull/2515/head
Slavi Pantaleev
há 3 anos
ascendente
0af6e6d9d9
cometimento
c8022c1a18
1 ficheiros alterados
com
0 adições
e
4 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+0
-4
roles/custom/matrix-user-creator/tasks/setup.yml
+ 0
- 4
roles/custom/matrix-user-creator/tasks/setup.yml
Ver ficheiro
@@ -8,10 +8,6 @@
# Suppress logging to avoid dumping the credentials to the shell
no_log: true
- name: Ensure systemd is reloaded before starting the homeserver
ansible.builtin.service:
daemon_reload: true
- name: Ensure homeserver is started before creating Matrix users
ansible.builtin.service:
name: "matrix-{{ matrix_homeserver_implementation }}.service"
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar