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

8 lines
255 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
when: lokole_install and not lokole_installed is defined
2019-09-14 22:52:02 +00:00
- name: Enable Lokole
include_tasks: enable.yml
when: lokole_install or lokole_installed is defined