updated attributes for upload and install of archive
diff --git a/tasks/main.yml b/tasks/main.yml index a9b6ef9..f77c0e3 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -20,6 +20,7 @@ - block: - name: Copy archive to target node + become: true synchronize: src: "{{ local_apigee_path }}/{{ apigee_archive_name }}" dest: "{{ apigeerepobasepath | default(opdk_installer_path) }}/{{ apigee_archive_name }}" @@ -39,6 +40,7 @@ validate: '/usr/sbin/visudo -cf %s' - name: Copy archive to target node + become: true synchronize: src: "{{ local_apigee_path }}/{{ apigee_archive_name }}" dest: "{{ apigeerepobasepath | default(opdk_installer_path) }}/{{ apigee_archive_name }}"