updates for upgrade
diff --git a/tasks/main.yml b/tasks/main.yml
index 9b81b3a..a8ce44b 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -3,6 +3,7 @@
 - block:
   - name: Perform component update - {{ apigee_component }}
     shell: '{{ apigee_update }} -c {{ component }} -f {{ opdk_installation_config_file }}'
+    ignore_errors: yes
 
   - name: Wait for ready
     shell: '{{ apigee_all }} wait_for_ready'