mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #629 from holta/master
revert timeout from 100s back to 10s on initial test for Internet
This commit is contained in:
commit
81860b9930
1 changed files with 4 additions and 3 deletions
|
@ -62,10 +62,11 @@
|
|||
get_url:
|
||||
url: "{{ iiab_download_url }}/heart-beat.txt"
|
||||
dest: /tmp/heart-beat.txt
|
||||
timeout: "{{ download_timeout }}"
|
||||
# timeout: "{{ download_timeout }}"
|
||||
# @jvonau recommends: 100sec is too much (keep 10sec default)
|
||||
ignore_errors: True
|
||||
# async: 10
|
||||
# poll: 2
|
||||
# async: 10
|
||||
# poll: 2
|
||||
register: internet_access_test
|
||||
|
||||
- name: Set internet_available true if wget succeeded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue