Updated to use rsync
diff --git a/tasks/main.yml b/tasks/main.yml index b2dc0b5..a389fb6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -19,9 +19,9 @@ - name: Use rsync to copy to remote node synchronize: - mode: pull + mode: push dest: "{{ archive_folder }}/{{ archive_name }}" - src: "{{ hostvars[groups['mirror'][0]]['local_address'] }}:{{ archive_path }}" + src: "rsync://{{ hostvars[groups['mirror'][0]]['local_address'] }}:{{ archive_path }}"