From 6a59002ae3244ad208c6a52533c4c19570db19e3 Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Wed, 10 Jul 2019 11:03:43 +0200 Subject: [PATCH] Fix initctl not found On some machines, initctl seems to be not resolvable. Therefore, the absolute path must be provided. Signed-off-by: Christian Harke --- tasks/service/upstart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/service/upstart.yml b/tasks/service/upstart.yml index 4b7a5b6..6799a4e 100644 --- a/tasks/service/upstart.yml +++ b/tasks/service/upstart.yml @@ -8,4 +8,4 @@ - name: "Service - Reload initctl config" become: true - command: initctl reload-configuration \ No newline at end of file + command: /sbin/initctl reload-configuration \ No newline at end of file