Use 'restart apache' instead of 'restart httpd service'.

This commit is contained in:
Jan Kaluža 2018-11-06 06:28:17 +00:00
parent 58dc4a0e49
commit fd559dd4a2

View file

@ -45,10 +45,10 @@
lineinfile:
path: /usr/lib/systemd/system/httpd.service
regexp: '^PrivateTmp'
line: 'PrivateTmp=0'
line: 'PrivateTmp=false'
notify:
- reload systemd
- restart httpd service
- restart apache
tags:
- odcs
- odcs/frontend