diff --git a/tasks/configure.yml b/tasks/configure.yml index c80d785..02269f0 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -12,11 +12,11 @@ - name: Ensure MPM Worker module is disabled shell: a2dismod mpm_worker -- name: Ensure MPM Event module is disabled - shell: a2dismod mpm_event +- name: Ensure MPM Pre-fork module is disabled + shell: a2dismod mpm_prefork -- name: Ensure MPM Prefork module is enabled - shell: a2enmod mpm_prefork +- name: Ensure MPM Event module is enabled + shell: a2enmod mpm_event - name: Enable Apache2 modules community.general.apache2_module: