Use 'restart apache' instead of 'restart httpd service'.
This commit is contained in:
parent
58dc4a0e49
commit
fd559dd4a2
1 changed files with 2 additions and 2 deletions
|
@ -45,10 +45,10 @@
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: /usr/lib/systemd/system/httpd.service
|
path: /usr/lib/systemd/system/httpd.service
|
||||||
regexp: '^PrivateTmp'
|
regexp: '^PrivateTmp'
|
||||||
line: 'PrivateTmp=0'
|
line: 'PrivateTmp=false'
|
||||||
notify:
|
notify:
|
||||||
- reload systemd
|
- reload systemd
|
||||||
- restart httpd service
|
- restart apache
|
||||||
tags:
|
tags:
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/frontend
|
- odcs/frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue