1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/lokole/tasks/main.yml

8 lines
269 B
YAML
Raw Normal View History

2019-01-29 18:08:06 +00:00
- name: Install Lokole {{ lokole_version }} if lokole_install
2018-07-08 01:21:42 +00:00
include_tasks: install.yml
2019-09-14 22:52:02 +00:00
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