diff --git a/tasks/configure.yml b/tasks/configure.yml index 63af22c..ba2eff8 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -20,7 +20,7 @@ - name: Disable MPM Apache2 modules community.general.apache2_module: - state: present + state: absent name: "{{ item }}" loop: - mpm_worker