From 68667e11b1fd315c280a7f868615bfc1ec4edb0f Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 13 Mar 2023 10:41:26 +0100 Subject: [PATCH] UPdateV6 --- Start_Splunk.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Start_Splunk.yml b/Start_Splunk.yml index 42fed94..061e285 100644 --- a/Start_Splunk.yml +++ b/Start_Splunk.yml @@ -5,7 +5,4 @@ hosts: all tasks: - name: "Start Splunk via cli" - command: "{{ splunk_exec }} enable boot-start" - - - name: "Start Splunk via cli" - command: "{{ splunk_exec_uf }} enable boot-start" \ No newline at end of file + command: "{{ splunk_exec }} start" \ No newline at end of file