mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
timeout: "{{ download_timeout }}"
This commit is contained in:
parent
b8ff08b35f
commit
53041a83f7
1 changed files with 3 additions and 2 deletions
|
@ -7,9 +7,10 @@
|
|||
get_url:
|
||||
url: "{{ iiab_download_url }}/{{ nodogsplash_arm_deb }}"
|
||||
dest: "{{ downloads_dir }}/{{ nodogsplash_arm_deb }}"
|
||||
timeout: "{{ download_timeout }}"
|
||||
when: internet_available
|
||||
async: 300
|
||||
poll: 5
|
||||
#async: 300
|
||||
#poll: 5
|
||||
|
||||
- name: Install nodogsplash
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue