updated reachability flags
diff --git a/tasks/main.yml b/tasks/main.yml
index cd5f717..68f26b2 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,4 +1,7 @@
 ---
 # tasks file for opdk-update-component
+- name: Update apigee-setup
+  shell: '{{ apigee_service }} apigee-setup update'
+
 - name: Perform component update - {{ apigee_component }}
   shell: '{{ apigee_update }} -c {{ apigee_component }} -f {{ opdk_installation_config_file }}'