mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
kiwix_serve_enabled -> kiwix_enabled
This commit is contained in:
parent
1af4556567
commit
da82fa0659
1 changed files with 3 additions and 3 deletions
|
@ -128,16 +128,16 @@
|
|||
- option: kiwix_content_path
|
||||
value: "{{ kiwix_content_path }}"
|
||||
- option: enabled
|
||||
value: "{{ kiwix_serve_enabled }}"
|
||||
value: "{{ kiwix_enabled }}"
|
||||
|
||||
- name: Enable kiwix-serve service
|
||||
service: name=kiwix-serve
|
||||
enabled=yes
|
||||
state=restarted
|
||||
when: kiwix_serve_enabled
|
||||
when: kiwix_enabled
|
||||
|
||||
- name: Disable kiwix-serve service
|
||||
service: name=kiwix-serve
|
||||
enabled=no
|
||||
state=stopped
|
||||
when: not kiwix_serve_enabled
|
||||
when: not kiwix_enabled
|
||||
|
|
Loading…
Reference in a new issue