mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
revert timeout from 100s back to 10s on initial test for Internet
This commit is contained in:
parent
5179c95303
commit
750bf7321a
1 changed files with 4 additions and 3 deletions
|
@ -63,9 +63,10 @@
|
|||
url: "{{ iiab_download_url }}/heart-beat.txt"
|
||||
dest: /tmp/heart-beat.txt
|
||||
timeout: "{{ download_timeout }}"
|
||||
ignore_errors: True
|
||||
# async: 10
|
||||
# poll: 2
|
||||
# ignore_errors: True
|
||||
# @jvonau recommends: 100sec is too much (keep 10sec default)
|
||||
# async: 10
|
||||
# poll: 2
|
||||
register: internet_access_test
|
||||
|
||||
- name: Set internet_available true if wget succeeded
|
||||
|
|
Loading…
Reference in a new issue