mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
kiwix-tools incl kiwix-serve upgraded 2017-08-28 to 2017-09-12
Smoke-tested.
This commit is contained in:
parent
5feb3ce511
commit
c38bb3f8e4
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
- name: Set kiwix source file name x86_64
|
||||
set_fact:
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-08-28.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-09-12.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-08-28.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_armhf_2017-09-12.tar.gz"
|
||||
kiwix_src_bin_only: True
|
||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||
|
||||
|
|
Loading…
Reference in a new issue