fixed semantics for archives
diff --git a/tasks/main.yml b/tasks/main.yml
index b87e2a8..0085251 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -22,7 +22,6 @@
 
 - name: Copy archive to target node
   synchronize:
-    partial: True
     src: "{{ local_apigee_path }}/{{ apigee_archive_name }}"
     dest: "{{ apigeerepobasepath }}/{{ apigee_archive_name }}"
     owner: "{{ opdk_user_name }}"