mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Use 'restart apache' instead of 'restart httpd service'.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user