diff --git a/install_splunk_uf.yml b/install_splunk_uf.yml index bd663d5..4746375 100755 --- a/install_splunk_uf.yml +++ b/install_splunk_uf.yml @@ -14,15 +14,15 @@ - splunk_common_uf tags: all,installation - - name: "Start Splunk via cli" - command: "{{ splunk_exec_uf }} start --accept-license --answer-yes --no-prompt" - become: yes - become_user: "{{ privileged_user }}" + - name: "Start Splunk via cli" + command: "{{ splunk_exec_uf }} start --accept-license --answer-yes --no-prompt" + become: yes + become_user: "{{ privileged_user }}" - - name: "Boot-Start Splunk via cli" - command: "{{ splunk_exec_uf }} enable boot-start" - become: yes - become_user: "{{ privileged_user }}" + - name: "Boot-Start Splunk via cli" + command: "{{ splunk_exec_uf }} enable boot-start" + become: yes + become_user: "{{ privileged_user }}" - hosts: localhost connection: local