From 8086acd99c323a13d069543b8612795838727ada Mon Sep 17 00:00:00 2001 From: admingit Date: Wed, 9 Aug 2023 16:46:14 +0200 Subject: [PATCH] update_version_splunk --- install_splunk.yml | 2 +- install_splunk_hf.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install_splunk.yml b/install_splunk.yml index 6738059..ef17d70 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.0.1-77f73c9edb85-Linux-x86_64.tgz /tmp/ + shell: scp admin@10.10.40.21:/tmp/splunk-9.1.0.2-b6436b649711-Linux-x86_64.tgz /tmp/ - name: Gathering Facts include_tasks: roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml diff --git a/install_splunk_hf.yml b/install_splunk_hf.yml index 60db3b1..295350b 100644 --- a/install_splunk_hf.yml +++ b/install_splunk_hf.yml @@ -3,7 +3,7 @@ - name: Copie sources become: yes become_user: root - shell: scp admin@10.10.40.21:/tmp/splunk-9.1.0.1-77f73c9edb85-Linux-x86_64.tgz /tmp/ + shell: scp admin@10.10.40.21:/tmp/splunk-9.1.0.2-b6436b649711-Linux-x86_64.tgz /tmp/ - name: Gathering Facts include_tasks: roles/splunk_common/tasks/pre_install_subtasks/get_facts.yml