mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
7 lines
218 B
YAML
7 lines
218 B
YAML
- name: "Install Moodle"
|
|
include_tasks: install.yml
|
|
when: moodle_install and not moodle_installed is defined
|
|
|
|
- name: Enable Moodle
|
|
include_tasks: enable.yml
|
|
when: moodle_install or moodle_installed is defined
|