mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
750bf7321a
commit
583898e882
1 changed files with 3 additions and 3 deletions
|
@ -62,9 +62,9 @@
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ iiab_download_url }}/heart-beat.txt"
|
url: "{{ iiab_download_url }}/heart-beat.txt"
|
||||||
dest: /tmp/heart-beat.txt
|
dest: /tmp/heart-beat.txt
|
||||||
timeout: "{{ download_timeout }}"
|
# timeout: "{{ download_timeout }}"
|
||||||
# ignore_errors: True
|
# @jvonau recommends: 100sec is too much (keep 10sec default)
|
||||||
# @jvonau recommends: 100sec is too much (keep 10sec default)
|
ignore_errors: True
|
||||||
# async: 10
|
# async: 10
|
||||||
# poll: 2
|
# poll: 2
|
||||||
register: internet_access_test
|
register: internet_access_test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue