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