From df0b1472241f696819ea488d6a5c5111d2a3e610 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 13 Mar 2023 10:30:50 +0100 Subject: [PATCH] UpdateV3 --- Start_Splunk.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Start_Splunk.yml b/Start_Splunk.yml index 709d791..23abb2b 100644 --- a/Start_Splunk.yml +++ b/Start_Splunk.yml @@ -5,6 +5,4 @@ hosts: all tasks: - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start enable boot-start" - become: yes - become_user: "{{ splunk_user }}" \ No newline at end of file + command: "{{ splunk_exec }} start enable boot-start" \ No newline at end of file