From ef903488c97097535b15b7f1d18ee887efb73a8d Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 1 May 2018 10:50:00 -0400 Subject: [PATCH] indentation cleanup --- roles/moodle/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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