From 2a41d344d3062469be5f733ca51bf8a89446112d Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 20 Mar 2023 18:03:57 +0100 Subject: [PATCH] update_restart --- Restart_Splunk.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Restart_Splunk.yml b/Restart_Splunk.yml index d35705c..2f8366a 100644 --- a/Restart_Splunk.yml +++ b/Restart_Splunk.yml @@ -5,4 +5,7 @@ hosts: all tasks: - name: "Start Splunk via cli" - command: "{{ splunk_exec }} restart" \ No newline at end of file + command: "{{ splunk_exec }} restart" + + - name: "Start Splunk via cli" + command: "{{ splunk_exec_uf }} restart" \ No newline at end of file