From a8082bf8bb5d86c760ed5301d37a2a87c01a43a2 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 31 Mar 2023 14:34:31 +0200 Subject: [PATCH] =?UTF-8?q?remove=20param=C3=A8tre=20non=20compatible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Update_Splunk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Update_Splunk.yml b/Update_Splunk.yml index bb7efa3..cea0182 100644 --- a/Update_Splunk.yml +++ b/Update_Splunk.yml @@ -32,7 +32,7 @@ shell: "chown -R splunk:splunk /opt/splunk/*" - name: Démarrer Splunk - shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt --answer-accept-changes && /opt/splunk/bin/splunk enable boot-start -user splunk" + shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt && /opt/splunk/bin/splunk enable boot-start -user splunk" - name: Appliquer les changements de configuration shell: "/opt/splunk/bin/splunk apply cluster-bundle --answer-yes --no-prompt"