From dfd26ed469e5894752e4c622c7da4d85dd70e22e Mon Sep 17 00:00:00 2001 From: admingit Date: Sun, 3 Nov 2024 21:21:54 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'install=5Fsplunk.y?= =?UTF-8?q?ml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_splunk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_splunk.yml b/install_splunk.yml index 081de3a..30f0021 100644 --- a/install_splunk.yml +++ b/install_splunk.yml @@ -3,7 +3,7 @@ - name: Copie sources become: yes become_user: root - shell: scp admin@10.10.40.21:/tmp/splunk-9.1.2-b6b9c8185839-Linux-x86_64.tgz /tmp/ + shell: scp admin@10.10.40.21:{{ splunk_build_location }} /tmp/ - name: Gathering Facts include_tasks: roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml