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

8 lines
236 B
YAML
Raw Normal View History

2019-09-05 05:16:40 +00:00
- name: Install Kolibri
include_tasks: install.yml
when: kolibri_install | bool and not kolibri_installed is defined
2019-09-05 05:16:40 +00:00
- name: Enable Kolibri
include_tasks: enable.yml
when: kolibri_install | bool or kolibri_installed is defined