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:
commit
6f9413e697
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
- 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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue