From f45fe983d175994fcdc155ae7e1561408d50bbb0 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 13 Mar 2023 10:38:49 +0100 Subject: [PATCH] Update V5 --- Start_Splunk.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Start_Splunk.yml b/Start_Splunk.yml index 213cc95..42fed94 100644 --- a/Start_Splunk.yml +++ b/Start_Splunk.yml @@ -5,4 +5,7 @@ hosts: all tasks: - name: "Start Splunk via cli" - command: "{{ splunk_exec }} enable boot-start" \ No newline at end of file + command: "{{ splunk_exec }} enable boot-start" + + - name: "Start Splunk via cli" + command: "{{ splunk_exec_uf }} enable boot-start" \ No newline at end of file