mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
moodle/defaults/main.yml: Install 4.5 LTS by default, or...
This commit is contained in:
parent
ab8c071374
commit
49d7160116
1 changed files with 5 additions and 5 deletions
|
@ -8,11 +8,11 @@
|
|||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
|
||||
# April 2024: Currently testing Moodle's main branch is mandatory if your
|
||||
# OS PHP >= 8.3, see moodle/tasks/install.yml for detail! OR, *IF* your
|
||||
# OS PHP < 8.3, then {{ moodle_version }} will be attempted:
|
||||
moodle_version: MOODLE_404_STABLE # Moodle 4.4
|
||||
#moodle_version: main # e.g. to try Moodle's "weekly" 4.5dev pre-release *EVEN IF* OS PHP < 8.4
|
||||
# October 2024: Currently testing Moodle's main branch is mandatory if your
|
||||
# OS PHP >= 8.4, see moodle/tasks/install.yml for detail! OR, *IF* your
|
||||
# OS PHP < 8.4, then {{ moodle_version }} will be attempted:
|
||||
moodle_version: MOODLE_405_STABLE # Moodle 4.5
|
||||
#moodle_version: main # e.g. to try Moodle's "weekly" 4.6dev pre-release *EVEN IF* OS PHP < 8.4
|
||||
moodle_repo_url: https://github.com/moodle/moodle
|
||||
#moodle_repo_url: git://git.moodle.org/moodle.git # 2020-10-16: VERY Slow!
|
||||
|
||||
|
|
Loading…
Reference in a new issue