From 3312339fb46bb3382592a0b7e11eb206a9240ae0 Mon Sep 17 00:00:00 2001 From: JocelynPa Date: Mon, 6 Mar 2023 21:01:45 +0100 Subject: [PATCH] update --- Copy_Files.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Copy_Files.yml b/Copy_Files.yml index fe3ad7d..0dd3149 100644 --- a/Copy_Files.yml +++ b/Copy_Files.yml @@ -1,6 +1,9 @@ - name: "Copy source Splunk" - get_url: - url: "{{ repo_build_location }}" - dest: "{{ splunk_build_location }}" + hosts: all_splunk_instances + tasks: + - name: "Copy" + get_url: + url: "{{ repo_build_location }}" + dest: "{{ splunk_build_location }}" become: yes become_user: root \ No newline at end of file