瀏覽代碼

Merge pull request #916 from jokey2k/patch-2

Adjust wait timeout
pull/923/head
Slavi Pantaleev 5 年之前
committed by GitHub
父節點
當前提交
11f8b5f3a7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-common-after/tasks/start.yml

+ 1
- 1
roles/matrix-common-after/tasks/start.yml 查看文件

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



Loading…
取消
儲存