1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

revert timeout from 100s back to 10s on initial test for Internet

This commit is contained in:
A Holt 2017-12-18 11:11:22 -05:00 committed by GitHub
parent 5179c95303
commit 750bf7321a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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