diff --git a/roles/moodle/tasks/main.yml b/roles/moodle/tasks/main.yml index 07a05ed2d..8e512abab 100644 --- a/roles/moodle/tasks/main.yml +++ b/roles/moodle/tasks/main.yml @@ -15,10 +15,10 @@ - python-psycopg2 - php{{ php_version }}-pgsql - php{{ php_version }}-curl -# - php{{ php_version }}-zip + #- php{{ php_version }}-zip - php{{ php_version }}-gd -# - php{{ php_version }}-mbstring -# mbstring is now included in php-cli + #- php{{ php_version }}-mbstring + # mbstring is now included in php-cli - php{{ php_version }}-cli when: is_debuntu @@ -45,7 +45,7 @@ force: yes #version: "MOODLE_{{ moodle_version }}_STABLE" version: master # TEMPORARY DURING MAY 2018 TESTING -# ignore_errors: yes + #ignore_errors: yes when: internet_available and moodle.stat.exists is defined and not moodle.stat.exists - name: Prepare the downloaded directory so Apache can install config file @@ -150,7 +150,7 @@ when: config.stat.exists is defined and not config.stat.exists - name: Give Apache permission to read config file -# command: chown -R {{ apache_user }} {{ moodle_base }} + #command: chown -R {{ apache_user }} {{ moodle_base }} file: path: "{{ moodle_base }}/config.php" mode: 0644