From c766cb47e56a917daef3ffc6abeca32914a3dc65 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Tue, 7 Mar 2023 17:43:05 +0100 Subject: [PATCH] upp --- Copy_Files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Copy_Files.yml b/Copy_Files.yml index dc677f2..334ec85 100644 --- a/Copy_Files.yml +++ b/Copy_Files.yml @@ -5,7 +5,7 @@ - name: copy copy: src: /tmp/splunkforwarder-8.2.3-cd0848707637-Linux-x86_64.tgz - dest: "{{ splunk_build_location_uf}}" + dest: "{{ splunk_build_location_uf }}" remote_src: yes owner: admin group: admin