1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/moodle/tasks/main.yml
2019-11-28 05:26:47 -06:00

7 lines
232 B
YAML

- name: "Install Moodle"
include_tasks: install.yml
when: moodle_install | bool and not moodle_installed is defined
- name: Enable Moodle
include_tasks: enable.yml
when: moodle_install | bool or moodle_installed is defined