diff --git a/Update_SplunkV2.yml b/Update_SplunkV2.yml index 995f43a..5b1a9ed 100644 --- a/Update_SplunkV2.yml +++ b/Update_SplunkV2.yml @@ -43,6 +43,8 @@ - name: Mettre Ă  jour le master cluster Splunk hosts: splunk_cluster_master tasks: + become: yes + become_user: root - name: ArrĂȘter les processus Splunk shell: "/opt/splunk/bin/splunk stop" become: yes