mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
point to the newer kiwix-serve releasees
This commit is contained in:
parent
0331f08495
commit
9560953531
1 changed files with 8 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
|||
|
||||
- name: Set kiwix source file name i686
|
||||
set_fact:
|
||||
kiwix_src_file: "kiwix-linux-i686.tar.bz2"
|
||||
kiwix_src_bin_only: False
|
||||
when: ansible_machine == "i686"
|
||||
#- name: Set kiwix source file name i686
|
||||
# set_fact:
|
||||
# kiwix_src_file: "kiwix-linux-i686.tar.bz2"
|
||||
# kiwix_src_bin_only: False
|
||||
# when: ansible_machine == "i686"
|
||||
|
||||
- name: Set kiwix source file name x86_64
|
||||
set_fact:
|
||||
kiwix_src_file: "kiwix-0.9-linux-x86_64.tar.bz2"
|
||||
kiwix_src_bin_only: False
|
||||
kiwix_src_file: "kiwix-tools_linux64_2017-06-02.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-server-0.9-linux-armv5tejl.tar.bz2"
|
||||
kiwix_src_file: "kiwix-tools_armhf_2017-06-02.tar-gz"
|
||||
kiwix_src_bin_only: True
|
||||
when: ansible_machine == "armv7l"
|
||||
|
||||
|
|
Loading…
Reference in a new issue