mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
7 lines
232 B
YAML
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
|