From 91782e0e37f2e132ddef279736a6c6e5ac3ec576 Mon Sep 17 00:00:00 2001 From: admingit Date: Sun, 15 Sep 2024 22:39:15 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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