diff --git a/roles/moodle/tasks/install.yml b/roles/moodle/tasks/install.yml index 4bbd6cd20..370bff894 100644 --- a/roles/moodle/tasks/install.yml +++ b/roles/moodle/tasks/install.yml @@ -8,14 +8,14 @@ # (as required by Moodle's CLI installer) AND THIRDLY below (for now, until # Moodle's ported to NGINX!) in /etc/php/{{ php_version }}/apache2/php.ini -- name: "Set 'apache_install: True' and 'apache_enabled: True'" - set_fact: - apache_install: True - apache_enabled: True +#- name: "Set 'apache_install: True' and 'apache_enabled: True'" +# set_fact: +# apache_install: True +# apache_enabled: True -- name: APACHE - run 'httpd' role - include_role: - name: httpd +#- name: APACHE - run 'httpd' role +# include_role: +# name: httpd - name: "Enact the equivalent of 'nginx_high_php_limits: True' in /etc/php/{{ php_version }}/{{ apache_service }}/php.ini for Moodle 3.11+" lineinfile: