diff --git a/Update_SplunkV2.yml b/Update_SplunkV2.yml index 2fa437d..45da610 100644 --- a/Update_SplunkV2.yml +++ b/Update_SplunkV2.yml @@ -17,6 +17,9 @@ dest: "/opt" remote_src: yes + - name: Attribution des droits + shell: "chown -R splunk:splunk /opt/splunk/*" + - name: Mettre à jour Splunk shell: "/opt/splunk/bin/splunk start --accept-license --answer-yes --no-prompt --restart"