mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
111218342f
commit
1f7812b0ad
1 changed files with 11 additions and 10 deletions
|
@ -18,6 +18,7 @@
|
||||||
url: "{{ nextcloud_dl_url }}/{{ nextcloud_orig_src_file }}"
|
url: "{{ nextcloud_dl_url }}/{{ nextcloud_orig_src_file }}"
|
||||||
dest: "{{ downloads_dir }}/{{ nextcloud_src_file }}"
|
dest: "{{ downloads_dir }}/{{ nextcloud_src_file }}"
|
||||||
force: yes
|
force: yes
|
||||||
|
timeout: "{{ download_timeout }}"
|
||||||
when: internet_available and nextcloud_force_install
|
when: internet_available and nextcloud_force_install
|
||||||
async: 900
|
async: 900
|
||||||
poll: 15
|
poll: 15
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue