mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update kiwix_install.yml
This commit is contained in:
parent
771dda2db8
commit
f9d9f5746d
1 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@
|
||||||
# 2. INSTALL KIWIX-TOOLS EXECUTABLES IF kiwix_force_install
|
# 2. INSTALL KIWIX-TOOLS EXECUTABLES IF kiwix_force_install
|
||||||
# (We get a whole web server for i686 but only kiwix execs for linux64 & armhf)
|
# (We get a whole web server for i686 but only kiwix execs for linux64 & armhf)
|
||||||
|
|
||||||
- name: Unarchive Kiwix to permanent location (bin_only, i.e. NOT i686)
|
- name: Unarchive Kiwix binaries to permanent location (NOT i686)
|
||||||
unarchive:
|
unarchive:
|
||||||
src: "{{ downloads_dir }}/{{ kiwix_src_file }}"
|
src: "{{ downloads_dir }}/{{ kiwix_src_file }}"
|
||||||
dest: "{{ iiab_base }}/kiwix/bin"
|
dest: "{{ iiab_base }}/kiwix/bin"
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
group: root
|
group: root
|
||||||
when: kiwix_src_bin_only and kiwix_force_install
|
when: kiwix_src_bin_only and kiwix_force_install
|
||||||
|
|
||||||
- name: Unarchive kiwix*i686.tar.bz2 to /tmp (NOT bin_only, i.e. i686)
|
- name: Unarchive kiwix*i686.tar.bz2 to /tmp (i686)
|
||||||
unarchive:
|
unarchive:
|
||||||
src: "{{ downloads_dir }}/{{ kiwix_src_file }}"
|
src: "{{ downloads_dir }}/{{ kiwix_src_file }}"
|
||||||
dest: /tmp
|
dest: /tmp
|
||||||
|
@ -77,7 +77,7 @@
|
||||||
group: root
|
group: root
|
||||||
when: not kiwix_src_bin_only and kiwix_force_install
|
when: not kiwix_src_bin_only and kiwix_force_install
|
||||||
|
|
||||||
- name: Move /tmp/kiwix*i686/bin/* to permanent location /opt/iiab/kiwix/bin (NOT bin_only, i.e. i686)
|
- name: Move /tmp/kiwix*i686/bin/* to permanent location /opt/iiab/kiwix/bin (i686)
|
||||||
shell: "mv /tmp/kiwix*i686/bin/* /opt/iiab/kiwix/bin/"
|
shell: "mv /tmp/kiwix*i686/bin/* /opt/iiab/kiwix/bin/"
|
||||||
when: not kiwix_src_bin_only and kiwix_force_install
|
when: not kiwix_src_bin_only and kiwix_force_install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue