From 4b0985be7f00e3ca8aba95248af08048cea41fd2 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Fri, 21 Apr 2023 17:26:53 +0200 Subject: [PATCH] add copie sources --- install_splunk_uf.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install_splunk_uf.yml b/install_splunk_uf.yml index fc0453b..d000f17 100755 --- a/install_splunk_uf.yml +++ b/install_splunk_uf.yml @@ -1,6 +1,10 @@ --- - hosts: splunk_uf_Linux tasks: + - name: Copie sources + become: yes + become_user: root + shell: scp admin@10.10.30.38:/tmp/splunkforwarder-9.0.4-de405f4a7979-Linux-x86_64.tgz /tmp/ - name: Gathering Facts include_tasks: roles/splunk_common_uf/tasks/pre_install_subtasks/get_facts.yml when: