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