Ver a proveniência
Merge pull request #194 from kingoftheconnors/master
Fixed error message to direct users to the right debug command
pull/139/head
Slavi Pantaleev
há 7 anos
committed by
GitHub
ascendente
cometimento
45140dca02
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
roles/matrix-common-after/tasks/start.yml
|
|
|
@@ -36,6 +36,6 @@ |
|
|
|
msg: >- |
|
|
|
{{ item }} was not detected to be running. |
|
|
|
It's possible that there's a configuration problem or another service on your server interferes with it (uses the same ports, etc.). |
|
|
|
Try running `systemctl status {{ item }}` and `systemctl -fu {{ item }}` on the server to investigate. |
|
|
|
Try running `systemctl status {{ item }}` and `journalctl -fu {{ item }}` on the server to investigate. |
|
|
|
with_items: "{{ matrix_systemd_services_list }}" |
|
|
|
when: "ansible_facts.services[item + '.service']|default(none) is none or ansible_facts.services[item + '.service'].state != 'running'" |