mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #463 from holta/kiwix-0.3.0-2
Implement Kiwix 0.3.0 using nightly from 2017-10-25 Smoke-tested & VERY basic functionality testing on Raspbian Desktop 2017-09-07. * Please test with a much WIDER diversity of ZIM's * closes #460
This commit is contained in:
commit
a803b20919
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
- name: Set kiwix source file name x86_64
|
||||
set_fact:
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-10-11.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-10-25.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-10-11.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_armhf_2017-10-25.tar.gz"
|
||||
kiwix_src_bin_only: True
|
||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue