diff --git a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml index 091c6d7..817b4e1 100644 --- a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml +++ b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml @@ -18,7 +18,7 @@ become: yes become_user: "{{ privileged_user }}" - - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start" - become: yes - become_user: "{{ privileged_user }}" \ No newline at end of file +- name: "Start Splunk via cli" + command: "{{ splunk_exec }} start" + become: yes + become_user: "{{ privileged_user }}" \ No newline at end of file