From 04b98587fb383159d1865d0dc69673b0ade7b120 Mon Sep 17 00:00:00 2001 From: admingit Date: Fri, 3 Mar 2023 18:47:14 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'roles/splunk=5Fcom?= =?UTF-8?q?mon=5Fuf/tasks/pre=5Finstall=5Fsubtasks/get=5Ffacts.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml b/roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml index 7a726ad..0206b03 100755 --- a/roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml +++ b/roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml @@ -5,7 +5,7 @@ - name: "Check for existing installation" stat: - path: /opt/splunkforwarder/bin/splunk + path: "{{splunk_exec_uf}}" become: yes register: pre_existing_splunk_exec