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