From fd559dd4a22fbae7b93c3de8dfaed5550456f889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Tue, 6 Nov 2018 06:28:17 +0000 Subject: [PATCH] Use 'restart apache' instead of 'restart httpd service'. --- roles/odcs/frontend/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/odcs/frontend/tasks/main.yml b/roles/odcs/frontend/tasks/main.yml index 6eb3a578a0..11fde44570 100644 --- a/roles/odcs/frontend/tasks/main.yml +++ b/roles/odcs/frontend/tasks/main.yml @@ -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