mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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:
|
||||
url: "{{ iiab_download_url }}/heart-beat.txt"
|
||||
dest: /tmp/heart-beat.txt
|
||||
timeout: "{{ download_timeout }}"
|
||||
# ignore_errors: True
|
||||
# @jvonau recommends: 100sec is too much (keep 10sec default)
|
||||
# timeout: "{{ download_timeout }}"
|
||||
# @jvonau recommends: 100sec is too much (keep 10sec default)
|
||||
ignore_errors: True
|
||||
# async: 10
|
||||
# poll: 2
|
||||
register: internet_access_test
|
||||
|
|
Loading…
Reference in a new issue