mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
7 lines
269 B
YAML
7 lines
269 B
YAML
- name: Install Lokole {{ lokole_version }} if lokole_install
|
|
include_tasks: install.yml
|
|
when: lokole_install | bool and not lokole_installed is defined
|
|
|
|
- name: Enable Lokole
|
|
include_tasks: enable.yml
|
|
when: lokole_install | bool or lokole_installed is defined
|