mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
7 lines
236 B
YAML
7 lines
236 B
YAML
- name: Install Kolibri
|
|
include_tasks: install.yml
|
|
when: kolibri_install | bool and not kolibri_installed is defined
|
|
|
|
- name: Enable Kolibri
|
|
include_tasks: enable.yml
|
|
when: kolibri_install | bool or kolibri_installed is defined
|