From faf226ab42b1eb2c57ab5e5798128ff57ae6eb30 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Thu, 30 Mar 2023 14:41:53 +0200 Subject: [PATCH] modifier path --- Update_Splunk_UF.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Update_Splunk_UF.yml b/Update_Splunk_UF.yml index ad5acbf..5294964 100644 --- a/Update_Splunk_UF.yml +++ b/Update_Splunk_UF.yml @@ -12,14 +12,14 @@ state: stopped - name: Sauvegarder la configuration et les données - shell: /opt/splunk/bin/splunk cmd splunkd print-paths --propagation none + shell: /opt/splunkforwarder/bin/splunk cmd splunkd print-paths --propagation none register: splunk_paths - name: Installer la nouvelle version de Splunk unarchive: src: /tmp/splunk-{{ splunk_version }}.tgz dest: /opt - creates: /opt/splunk-{{ splunk_version }} + creates: /opt/splunkforwarder-{{ splunk_version }} - name: Redémarrer le service Splunk systemd: