roles/apache: Correct path to MPM config file
parent
1c130bf840
commit
02380b23e3
|
@ -60,7 +60,7 @@
|
||||||
- name: ensure apache mpm module is configured
|
- name: ensure apache mpm module is configured
|
||||||
template:
|
template:
|
||||||
src=mpm.httpd.conf.j2
|
src=mpm.httpd.conf.j2
|
||||||
dest=/etc/httpd/conf.d/00-mpm.conf
|
dest=/etc/httpd/conf.modules.d/00-mpm.conf
|
||||||
mode=0644
|
mode=0644
|
||||||
setype=httpd_config_t
|
setype=httpd_config_t
|
||||||
notify: reload httpd
|
notify: reload httpd
|
||||||
|
|
Loading…
Reference in New Issue