mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update roles/kiwix/tasks/main.yml
This commit is contained in:
parent
b678a07208
commit
ab55016f5b
1 changed files with 4 additions and 8 deletions
|
@ -33,12 +33,8 @@
|
||||||
kiwix_force_install: True
|
kiwix_force_install: True
|
||||||
when: not kiwix_bin.stat.exists or reinstall is defined
|
when: not kiwix_bin.stat.exists or reinstall is defined
|
||||||
|
|
||||||
- include_tasks: kiwix_install.yml
|
- include_tasks: install.yml
|
||||||
when: (kiwix_install | bool and not kiwix_installed is defined) or kiwix_force_install | bool
|
when: (kiwix_install and not kiwix_installed is defined) or kiwix_force_install
|
||||||
tags:
|
|
||||||
- kiwix
|
|
||||||
|
|
||||||
- include_tasks: kiwix_enable.yml
|
- include_tasks: enable.yml
|
||||||
when: kiwix_install | bool or kiwix_installed is defined
|
when: kiwix_enabled # or kiwix_installed is defined
|
||||||
tags:
|
|
||||||
- kiwix
|
|
||||||
|
|
Loading…
Reference in a new issue