mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
explanation fixed from /opt to /etc/iiab/iiab.ini
This commit is contained in:
parent
c2677dd872
commit
7952de4332
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@
|
|||
state: directory
|
||||
|
||||
# EXPERIMENTAL i686 CODE PATH
|
||||
- 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 (not bin_only, i.e. i686)
|
||||
shell: "mv /tmp/kiwix*i686/bin/* /opt/iiab/kiwix/bin/"
|
||||
when: not kiwix_src_bin_only and kiwix_first_pass
|
||||
|
||||
|
@ -149,7 +149,7 @@
|
|||
state: stopped
|
||||
when: not kiwix_enabled
|
||||
|
||||
- name: Add 'kiwix-serve' to list of services at /opt/iiab/iiab.ini
|
||||
- name: Add 'kiwix-serve' to list of services at /etc/iiab/iiab.ini
|
||||
ini_file:
|
||||
dest: "{{ service_filelist }}"
|
||||
section: kiwix-serve
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue