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
4f9be5eba0
commit
9161a17ef2
1 changed files with 3 additions and 3 deletions
|
@ -156,15 +156,15 @@
|
||||||
|
|
||||||
# 5. FINALIZE
|
# 5. FINALIZE
|
||||||
|
|
||||||
- name: Add 'kiwix-serve' to list of services at /etc/iiab/iiab.ini
|
- name: Add 'kiwix' to list of services at /etc/iiab/iiab.ini
|
||||||
ini_file:
|
ini_file:
|
||||||
dest: "{{ service_filelist }}"
|
dest: "{{ service_filelist }}"
|
||||||
section: kiwix-serve
|
section: kiwix
|
||||||
option: "{{ item.option }}"
|
option: "{{ item.option }}"
|
||||||
value: "{{ item.value }}"
|
value: "{{ item.value }}"
|
||||||
with_items:
|
with_items:
|
||||||
- option: name
|
- option: name
|
||||||
value: kiwix-serve
|
value: Kiwix
|
||||||
- option: description
|
- option: description
|
||||||
value: '"Part of https://github.com/kiwix/kiwix-tools/ - kiwix-serve is the most used web server for ZIM files."'
|
value: '"Part of https://github.com/kiwix/kiwix-tools/ - kiwix-serve is the most used web server for ZIM files."'
|
||||||
- option: kiwix_url
|
- option: kiwix_url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue