mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
when: not kiwix_bin.stat.exists or reinstall is defined
|
||||
|
||||
- include_tasks: kiwix_install.yml
|
||||
when: (kiwix_install | bool and not kiwix_installed is defined) or kiwix_force_install | bool
|
||||
tags:
|
||||
- kiwix
|
||||
- include_tasks: install.yml
|
||||
when: (kiwix_install and not kiwix_installed is defined) or kiwix_force_install
|
||||
|
||||
- include_tasks: kiwix_enable.yml
|
||||
when: kiwix_install | bool or kiwix_installed is defined
|
||||
tags:
|
||||
- kiwix
|
||||
- include_tasks: enable.yml
|
||||
when: kiwix_enabled # or kiwix_installed is defined
|
||||
|
|
Loading…
Reference in a new issue