mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Merge pull request #792 from holta/moodle-3.5beta+-to-3.5
Moodle 3.5beta+ (master) -> MOODLE_35_STABLE Closes #770
This commit is contained in:
commit
1ae075494e
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@
|
||||||
dest: "{{ moodle_base }}"
|
dest: "{{ moodle_base }}"
|
||||||
depth: 1
|
depth: 1
|
||||||
force: yes
|
force: yes
|
||||||
#version: "MOODLE_{{ moodle_version }}_STABLE"
|
version: "MOODLE_{{ moodle_version }}_STABLE"
|
||||||
version: master # TEMPORARY DURING MAY 2018 TESTING
|
#version: master # TEMPORARY DURING MAY 2018 TESTING, installed 3.5beta+ = https://download.moodle.org/releases/development/
|
||||||
#ignore_errors: yes
|
#ignore_errors: yes
|
||||||
when: internet_available and moodle.stat.exists is defined and not moodle.stat.exists
|
when: internet_available and moodle.stat.exists is defined and not moodle.stat.exists
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue