1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update moodle/tasks/install.yml

This commit is contained in:
root 2021-06-28 16:40:02 +00:00
parent a214a021ba
commit 09b82b99bb

View file

@ -139,14 +139,10 @@
path: "{{ moodle_base }}/config.php"
register: config
- pause:
- name: Execute {{ moodle_base }}/moodle_installer
shell: "{{ moodle_base }}/moodle_installer"
when: config.stat.exists is defined and not config.stat.exists
- pause:
# 2021-02-01: Let's stick with Moodle's default (640)
#- name: Make {{ moodle_base }}/config.php readable, with permission '0644'
# #command: chown -R {{ apache_user }} {{ moodle_base }}