Ver a proveniência

Merge pull request #916 from jokey2k/patch-2

Adjust wait timeout
pull/923/head
Slavi Pantaleev há 5 anos
committed by GitHub
ascendente
cometimento
11f8b5f3a7
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
  1. +1
    -1
      roles/matrix-common-after/tasks/start.yml

+ 1
- 1
roles/matrix-common-after/tasks/start.yml Ver ficheiro

@@ -30,7 +30,7 @@
# as we may run into systemd's automatic restart logic retrying the service. # as we may run into systemd's automatic restart logic retrying the service.
- name: Wait a bit, so that services can start (or fail) - name: Wait a bit, so that services can start (or fail)
wait_for: wait_for:
timeout: 5
timeout: 15
delegate_to: 127.0.0.1 delegate_to: 127.0.0.1
become: false become: false




Carregando…
Cancelar
Guardar