Skip to content
Snippets Groups Projects
Commit 9397880e authored by Chris Croome's avatar Chris Croome
Browse files

fix for itk

parent 70d829f0
No related branches found
No related tags found
1 merge request!2MPM switching and TLS 1.3
Pipeline #9771 passed
......@@ -10,7 +10,14 @@
- apache_phpfpm_mod is defined
- apache_phpfpm_mod in apache_modules_loaded
- name: "Disable Apache module mpm_prefork"
- name: Disable Apache module mpm_itk
apache2_module:
name: mpm_itk
state: absent
when:
- '"mpm_itk" in apache_modules_loaded'
- name: Disable Apache module mpm_prefork
apache2_module:
name: mpm_prefork
state: absent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment