1
0
Fork 0
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:
A Holt 2017-12-08 00:32:58 -05:00 committed by GitHub
parent b8ff08b35f
commit 53041a83f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,10 @@
get_url: get_url:
url: "{{ iiab_download_url }}/{{ nodogsplash_arm_deb }}" url: "{{ iiab_download_url }}/{{ nodogsplash_arm_deb }}"
dest: "{{ downloads_dir }}/{{ nodogsplash_arm_deb }}" dest: "{{ downloads_dir }}/{{ nodogsplash_arm_deb }}"
timeout: "{{ download_timeout }}"
when: internet_available when: internet_available
async: 300 #async: 300
poll: 5 #poll: 5
- name: Install nodogsplash - name: Install nodogsplash
apt: apt: