1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update roles/kiwix/tasks/main.yml

This commit is contained in:
A Holt 2020-01-11 12:01:48 -05:00 committed by GitHub
parent b678a07208
commit ab55016f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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