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