From 311176d688fc93e97b854f15b2b0ce403d7fe652 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 6 Mar 2023 20:54:22 +0100 Subject: [PATCH] update --- Copy_Files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Copy_Files.yml b/Copy_Files.yml index 07cd30a..1c1673a 100644 --- a/Copy_Files.yml +++ b/Copy_Files.yml @@ -1,7 +1,7 @@ - name: "Copy source Splunk" hosts: all_splunk_instances - fetch: - src: "{{ repo_build_location }}" + get_url: + url: "{{ repo_build_location }}" dest: "{{ splunk_build_location }}" flat: yes become: yes