Updated to use rsync
diff --git a/tasks/main.yml b/tasks/main.yml index a389fb6..02b7b85 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -18,6 +18,7 @@ state: present - name: Use rsync to copy to remote node + delegate_to: '{{ inventory_hostname }}' synchronize: mode: push dest: "{{ archive_folder }}/{{ archive_name }}"