mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
change kiwix version to 2017-08-28
This commit is contained in:
parent
16ec7bc6a2
commit
673c7916ce
1 changed files with 3 additions and 3 deletions
|
@ -7,19 +7,19 @@
|
|||
|
||||
- name: Set kiwix source file name x86_64
|
||||
set_fact:
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-06-13.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-08-28.tar.gz"
|
||||
kiwix_src_bin_only: True
|
||||
when: ansible_machine == "x86_64"
|
||||
|
||||
- name: Set kiwix source file name armv7l
|
||||
set_fact:
|
||||
kiwix_src_file: "kiwix-tools_armhf_2017-06-13.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_armhf_2017-08-28.tar.gz"
|
||||
kiwix_src_bin_only: True
|
||||
when: ansible_machine == "armv7l"
|
||||
|
||||
- name: Get the kiwix software
|
||||
get_url: url="{{ iiab_download_url }}/{{ kiwix_src_file }}" dest="{{ downloads_dir }}/{{ kiwix_src_file }}"
|
||||
when: internet_available
|
||||
when: internet_available
|
||||
|
||||
- include: kiwix_install.yml
|
||||
when: kiwix_src_file is defined
|
||||
|
|
Loading…
Reference in a new issue