mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
vars/local_vars_unittest.yml: 'download_timeout: 100' (not 200)
This commit is contained in:
parent
9addfd2564
commit
e189db998c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
|
# Ansible's default timeout for "get_url:" downloads (10 seconds) often fails
|
||||||
download_timeout: 200
|
download_timeout: 100
|
||||||
|
|
||||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||||
rtc_id: none # Or ds3231 ?
|
rtc_id: none # Or ds3231 ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue