mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
new kiwix-tools archives contain named/versioned-dir but not bin
This commit is contained in:
parent
8356917df9
commit
60e5323b58
1 changed files with 3 additions and 3 deletions
|
@ -2,21 +2,21 @@
|
|||
set_fact:
|
||||
kiwix_src_dir: "{{ kiwix_version_armhf }}"
|
||||
kiwix_src_file: "{{ kiwix_src_file_armhf }}"
|
||||
#kiwix_src_bin_only: True
|
||||
kiwix_src_contains_bin: False
|
||||
when: ansible_machine == "armv7l" or ansible_machine == "armv6l"
|
||||
|
||||
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_linux64 }} (x86_64)"
|
||||
set_fact:
|
||||
kiwix_src_dir: "{{ kiwix_version_linux64 }}"
|
||||
kiwix_src_file: "{{ kiwix_src_file_linux64 }}"
|
||||
#kiwix_src_bin_only: True
|
||||
kiwix_src_contains_bin: False
|
||||
when: ansible_machine == "x86_64"
|
||||
|
||||
- name: "Set Kiwix filename to d/l: {{ kiwix_src_file_i686 }} (i686)"
|
||||
set_fact:
|
||||
kiwix_src_dir: "{{ kiwix_version_i686 }}"
|
||||
kiwix_src_file: "{{ kiwix_src_file_i686 }}"
|
||||
#kiwix_src_bin_only: False
|
||||
kiwix_src_contains_bin: True
|
||||
when: ansible_machine == "i686"
|
||||
# COMMENT OUT LINE ABOVE TO TEST i686 CODE PATH ON X86_64 (WORKS NOV 2017)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue