mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
new kiwix-tools archives contain named/versioned-dir but not bin
This commit is contained in:
parent
60e5323b58
commit
d1d645ba59
1 changed files with 6 additions and 2 deletions
|
@ -68,9 +68,13 @@
|
||||||
group: root
|
group: root
|
||||||
when: kiwix_force_install
|
when: kiwix_force_install
|
||||||
|
|
||||||
- name: Move /tmp/{{ kiwix_src_dir }}/bin/* to permanent location /opt/iiab/kiwix/bin
|
- name: Move /tmp/{{ kiwix_src_dir }}/* to permanent location /opt/iiab/kiwix/bin (armhf & linux64)
|
||||||
|
shell: "mv /tmp/{{ kiwix_src_dir }}/* {{ kiwix_path }}/bin/"
|
||||||
|
when: kiwix_force_install and not kiwix_src_contains_bin
|
||||||
|
|
||||||
|
- name: Move /tmp/{{ kiwix_src_dir }}/bin/* to permanent location /opt/iiab/kiwix/bin (i686)
|
||||||
shell: "mv /tmp/{{ kiwix_src_dir }}/bin/* {{ kiwix_path }}/bin/"
|
shell: "mv /tmp/{{ kiwix_src_dir }}/bin/* {{ kiwix_path }}/bin/"
|
||||||
when: kiwix_force_install
|
when: kiwix_force_install and kiwix_src_contains_bin
|
||||||
|
|
||||||
#- name: Unarchive Kiwix binaries to permanent location (NOT i686)
|
#- name: Unarchive Kiwix binaries to permanent location (NOT i686)
|
||||||
# unarchive:
|
# unarchive:
|
||||||
|
|
Loading…
Reference in a new issue