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