From 8bf0b1586472518698834ee4a0f1fadb8f5f9d33 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 13 Mar 2023 10:36:42 +0100 Subject: [PATCH] UpdateV4 --- Start_Splunk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Splunk.yml b/Start_Splunk.yml index 23abb2b..213cc95 100644 --- a/Start_Splunk.yml +++ b/Start_Splunk.yml @@ -5,4 +5,4 @@ hosts: all tasks: - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start enable boot-start" \ No newline at end of file + command: "{{ splunk_exec }} enable boot-start" \ No newline at end of file