mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
kiwix/tasks/install.yml: Clarify get_url "force: yes" implied b/c dest is a dir
This commit is contained in:
parent
f2b74880e8
commit
7e86d5e582
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ kiwix_base_url }}{{ kiwix_tar_gz }}" # e.g. https://download.kiwix.org/release/kiwix-tools/ + kiwix-tools_linux-x86_64.tar.gz
|
url: "{{ kiwix_base_url }}{{ kiwix_tar_gz }}" # e.g. https://download.kiwix.org/release/kiwix-tools/ + kiwix-tools_linux-x86_64.tar.gz
|
||||||
dest: "{{ downloads_dir }}" # /opt/iiab/downloads
|
dest: "{{ downloads_dir }}" # /opt/iiab/downloads
|
||||||
|
#force: yes # Implied b/c dest is a dir! (to recover from incomplete downloads, etc)
|
||||||
timeout: "{{ download_timeout }}"
|
timeout: "{{ download_timeout }}"
|
||||||
register: kiwix_dl # Kiwix URL redirects to a longer filename, including the actual kiwix-tools version (placed in kiwix_dl.dest with its path, for unarchive ~28 lines below)
|
register: kiwix_dl # Kiwix URL redirects to a longer filename, including the actual kiwix-tools version (placed in kiwix_dl.dest with its path, for unarchive ~28 lines below)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue