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