diff --git a/roles/moodle/tasks/install.yml b/roles/moodle/tasks/install.yml index ad8a4d472..7a108149d 100644 --- a/roles/moodle/tasks/install.yml +++ b/roles/moodle/tasks/install.yml @@ -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 }}