commit | 462369275dd49579984dee4bc543f861722df072 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:12:44 2017 -0500 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Wed Oct 18 23:12:44 2017 -0500 |
tree | 7b44f36f6eac1d466b802b4d658e55aa13cce73f | |
parent | 4ad64086ee43d2b01aa9dd3f22725a3ab6f863d2 [diff] |
fixed semantics for archives
diff --git a/tasks/main.yml b/tasks/main.yml index 0cdbd0b..6f25d49 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -20,6 +20,7 @@ state: present - name: Use rsync to copy to remote node + become: no synchronize: src: "{{ local_apigee_path }}/{{ apigee_archive_name }}" dest: "{{ apigeerepobasepath }}/{{ apigee_archive_name }}"