diff --git a/Restart_Splunk.yml b/Restart_Splunk.yml index 2f8366a..9ae1ffb 100644 --- a/Restart_Splunk.yml +++ b/Restart_Splunk.yml @@ -8,4 +8,7 @@ command: "{{ splunk_exec }} restart" - name: "Start Splunk via cli" - command: "{{ splunk_exec_uf }} restart" \ No newline at end of file + command: "{{ splunk_exec_uf }} restart" + + - name: "Reboot VM" + shell: reboot \ No newline at end of file