roles/apache: Correct path to MPM config file
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
- name: ensure apache mpm module is configured
|
||||
template:
|
||||
src=mpm.httpd.conf.j2
|
||||
dest=/etc/httpd/conf.d/00-mpm.conf
|
||||
dest=/etc/httpd/conf.modules.d/00-mpm.conf
|
||||
mode=0644
|
||||
setype=httpd_config_t
|
||||
notify: reload httpd
|
||||
|
||||
Reference in New Issue
Block a user