From 4876bdf7a21bfa058085423f27d92cf2cb7797d2 Mon Sep 17 00:00:00 2001 From: admingit Date: Sun, 15 Sep 2024 23:01:07 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'roles/splunk=5Fdep?= =?UTF-8?q?loy/tasks/Deploy=5FConf-to-Splunk.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml index 2f7e37e..474c407 100644 --- a/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml +++ b/roles/splunk_deploy/tasks/Deploy_Conf-to-Splunk.yml @@ -19,7 +19,8 @@ become_user: "{{ privileged_user }}" - name: "Start Splunk via cli" - command: "{{ splunk_exec }} start" + #command: "{{ splunk_exec }} start" #command: "systemctl start Splunkd" + shell: "/opt/splunk/bin/splunk start" become: yes become_user: "{{ privileged_user }}" \ No newline at end of file