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
Fix failure trying to stop orphaned systemd services
Fixes
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1461
pull/1471/head
Slavi Pantaleev
há 4 anos
ascendente
067bea25a8
cometimento
4625b34acc
1 ficheiros alterados
com
1 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
+1
-0
roles/matrix-synapse/tasks/synapse/workers/setup_uninstall.yml
+ 1
- 0
roles/matrix-synapse/tasks/synapse/workers/setup_uninstall.yml
Ver ficheiro
@@ -8,6 +8,7 @@
name: "{{ item.key }}"
state: stopped
with_dict: "{{ ansible_facts.services|default({})|dict2items|selectattr('key', 'match', 'matrix-synapse-worker-.+\\.service')|list|items2dict }}"
when: "item.value['status'] != 'not-found'" # see https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1461
- name: Find worker configs to be cleaned
find:
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar