Przeglądaj źródła

Fixed error message to direct users to the right debug command

pull/194/head
kingoftheconnors 6 lat temu
rodzic
commit
c06b47af77
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-common-after/tasks/start.yml

+ 1
- 1
roles/matrix-common-after/tasks/start.yml Wyświetl plik

@@ -36,6 +36,6 @@
msg: >- msg: >-
{{ item }} was not detected to be running. {{ 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.). 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 }}" with_items: "{{ matrix_systemd_services_list }}"
when: "ansible_facts.services[item + '.service']|default(none) is none or ansible_facts.services[item + '.service'].state != 'running'" when: "ansible_facts.services[item + '.service']|default(none) is none or ansible_facts.services[item + '.service'].state != 'running'"

Ładowanie…
Anuluj
Zapisz