diff --git a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml index 1d22b77..2f7e37e 100644 --- a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml +++ b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml @@ -19,7 +19,7 @@ become_user: "{{ privileged_user }}" - name: "Start Splunk via cli" - #command: "{{ splunk_exec }} start" - command: "systemctl start Splunkd" + command: "{{ splunk_exec }} start" + #command: "systemctl start Splunkd" become: yes become_user: "{{ privileged_user }}" \ No newline at end of file