mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
moodle/tasks/install.yml: Note new Moodle 4.3 disk footprint(s)
This commit is contained in:
parent
ca34259402
commit
1016a49edd
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
moodle_version: MOODLE_401_STABLE # i.e. Moodle 4.1 LTS
|
||||
when: php_version is version('8.0', '<') or not dpkg_arch.stdout is search("64")
|
||||
|
||||
- name: Download (clone) {{ moodle_repo_url }} branch '{{ moodle_version }}' to {{ moodle_base }} (~389 MB initially, ~416 MB later) if OS PHP {{ php_version }} < 8.3
|
||||
- name: Download (clone) {{ moodle_repo_url }} branch '{{ moodle_version }}' to {{ moodle_base }} (~403 MB initially, ~431 MB later) if OS PHP {{ php_version }} < 8.3
|
||||
git:
|
||||
repo: "{{ moodle_repo_url }}" # https://github.com/moodle/moodle
|
||||
dest: "{{ moodle_base }}" # /opt/iiab/moodle
|
||||
|
@ -90,7 +90,7 @@
|
|||
version: "{{ moodle_version }}" # e.g. MOODLE_403_STABLE (Moodle 4.3)
|
||||
when: php_version is version('8.3', '<')
|
||||
|
||||
- name: "MOODLE PRE-RELEASE TESTING: Download (clone) {{ moodle_repo_url }} branch 'master' to {{ moodle_base }} (~389 MB initially, ~416 MB later) if OS PHP {{ php_version }} >= 8.3"
|
||||
- name: "MOODLE PRE-RELEASE TESTING: Download (clone) {{ moodle_repo_url }} branch 'master' to {{ moodle_base }} (~403 MB initially, ~431 MB later) if OS PHP {{ php_version }} >= 8.3"
|
||||
git:
|
||||
repo: "{{ moodle_repo_url }}"
|
||||
dest: "{{ moodle_base }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue