From f5a1501fc063ec79b24435cad539c4fc18bb4b24 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 13 Mar 2023 10:28:58 +0100 Subject: [PATCH] update V2 --- Start_Splunk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Start_Splunk.yml b/Start_Splunk.yml index b48c3cc..709d791 100644 --- a/Start_Splunk.yml +++ b/Start_Splunk.yml @@ -1,7 +1,7 @@ --- - name: Enable Boot-Start Splunk become: yes - become_user: "{{ splunk_user }}" + become_user: "{{ privileged_user }}" hosts: all tasks: - name: "Start Splunk via cli"