1
0
Fork 0
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:
A Holt 2022-04-29 13:53:31 -04:00 committed by GitHub
parent 9addfd2564
commit e189db998c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
# 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?
rtc_id: none # Or ds3231 ?