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"