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

8 lines
232 B
YAML
Raw Normal View History

2019-09-05 05:45:31 +00:00
- name: "Install Moodle"
include_tasks: install.yml
when: moodle_install | bool and not moodle_installed is defined
2017-05-27 18:09:50 +00:00
2019-09-09 17:14:13 +00:00
- name: Enable Moodle
2019-09-05 05:45:31 +00:00
include_tasks: enable.yml
when: moodle_install | bool or moodle_installed is defined