1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #174 from tim-moody/kiwix-8-28

change kiwix version to 2017-08-28

I smoke-tested this by hand on Raspbian Stretch.  Tim did similar on Debian 8.7 yesterday.  It's not the final word, but a dramatic improvement from 2017-06-13 thanks to @mgautierfr's hard work.
This commit is contained in:
A Holt 2017-08-30 09:58:22 -04:00 committed by GitHub
commit 6f9413e697

View file

@ -7,19 +7,19 @@
- name: Set kiwix source file name x86_64 - name: Set kiwix source file name x86_64
set_fact: 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 kiwix_src_bin_only: True
when: ansible_machine == "x86_64" when: ansible_machine == "x86_64"
- name: Set kiwix source file name armv7l - name: Set kiwix source file name armv7l
set_fact: 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 kiwix_src_bin_only: True
when: ansible_machine == "armv7l" when: ansible_machine == "armv7l"
- name: Get the kiwix software - name: Get the kiwix software
get_url: url="{{ iiab_download_url }}/{{ kiwix_src_file }}" dest="{{ downloads_dir }}/{{ kiwix_src_file }}" 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 - include: kiwix_install.yml
when: kiwix_src_file is defined when: kiwix_src_file is defined