commit | 7c49e8f4c3f3ceff4c76cc556200cd6f3847347c | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Dec 16 21:13:07 2016 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Dec 16 21:13:07 2016 -0500 |
tree | 821471d98df8c95b7d69bde08877e5b514b8176d | |
parent | 93a3a54dcdb11c96de0fcda1ef6656f94fe60210 [diff] |
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 }}"