updates for upgrade
diff --git a/tasks/main.yml b/tasks/main.yml index 2dd05e6..adbc8c0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,7 +6,7 @@ shell: '{{ apigee_service }} apigee-setup update' - name: Perform component update - {{ apigee_component }} - shell: '{{ apigee_update }} -c {{ apigee_component }} -f {{ opdk_installation_config_file }}' + shell: '{{ apigee_update }} -c {{ component }} -f {{ opdk_installation_config_file }}' - name: Wait for ready shell: '{{ apigee_all }} wait_for_ready'