From e9628c54d176795d9e70c93cf8375c0c6a938692 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 21 Apr 2023 16:22:33 +0200 Subject: [PATCH] add reboot --- Restart_Splunk.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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