From 58dc4a0e49c257b5e127201bd921c352a5ceff1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Tue, 6 Nov 2018 06:22:06 +0000 Subject: [PATCH] Use PrivateTmp=0 to force the task run with fixed notify handlers. --- roles/odcs/frontend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/odcs/frontend/tasks/main.yml b/roles/odcs/frontend/tasks/main.yml index 4fab21a7ea..6eb3a578a0 100644 --- a/roles/odcs/frontend/tasks/main.yml +++ b/roles/odcs/frontend/tasks/main.yml @@ -45,7 +45,7 @@ lineinfile: path: /usr/lib/systemd/system/httpd.service regexp: '^PrivateTmp' - line: 'PrivateTmp=false' + line: 'PrivateTmp=0' notify: - reload systemd - restart httpd service