소스 검색

Merge pull request #916 from jokey2k/patch-2

Adjust wait timeout
pull/923/head
Slavi Pantaleev 5 년 전
committed by GitHub
부모
커밋
11f8b5f3a7
No known key found for this signature in database 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



불러오는 중...
취소
저장