diff --git a/Copy_Files.yml b/Copy_Files.yml index dc9906a..bdb2e54 100644 --- a/Copy_Files.yml +++ b/Copy_Files.yml @@ -7,4 +7,5 @@ dest: "{{ splunk_build_location }}" remote_src: True delegate_to: "{{ host_repo }}" - become: yes \ No newline at end of file + become: yes + become_user: root \ No newline at end of file