1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

kiwix/tasks/install.yml: Clarify get_url "force: yes" implied b/c dest is a dir

This commit is contained in:
A Holt 2022-10-04 20:02:04 -04:00 committed by GitHub
parent f2b74880e8
commit 7e86d5e582
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
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
dest: "{{ downloads_dir }}" # /opt/iiab/downloads
#force: yes # Implied b/c dest is a dir! (to recover from incomplete downloads, etc)
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)