mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #396 from holta/master
update kiwix-tools 2017-09-28 to 2017-10-11 closes #395
This commit is contained in:
commit
352a0540d1
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-09-28.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-10-11.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-09-28.tar.gz"
|
||||
kiwix_src_file: "kiwix-tools_armhf_2017-10-11.tar.gz"
|
||||
kiwix_src_bin_only: True
|
||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||
|
||||
|
|
Loading…
Reference in a new issue