Updated to use rsync
diff --git a/tasks/main.yml b/tasks/main.yml
index 02b7b85..9c0c7ce 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -18,11 +18,9 @@
     state: present
 
 - name: Use rsync to copy to remote node
-  delegate_to: '{{ inventory_hostname }}'
   synchronize:
-    mode: push
     dest: "{{ archive_folder }}/{{ archive_name }}"
-    src: "rsync://{{ hostvars[groups['mirror'][0]]['local_address'] }}:{{ archive_path }}"
+    src: "{{ local_resource_path }}/{{ archive_name }}"