From 402e1a3bb799a28a8e3c44debe55eed3dc3dcd80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kalu=C5=BEa?= Date: Tue, 6 Nov 2018 06:03:20 +0000 Subject: [PATCH] Use 'reload systemd' instead of 'systemctl daemon-reload'. --- 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 77e6bde42c..4fab21a7ea 100644 --- a/roles/odcs/frontend/tasks/main.yml +++ b/roles/odcs/frontend/tasks/main.yml @@ -47,7 +47,7 @@ regexp: '^PrivateTmp' line: 'PrivateTmp=false' notify: - - systemctl daemon-reload + - reload systemd - restart httpd service tags: - odcs