updates for upgrade
diff --git a/tasks/main.yml b/tasks/main.yml index 9b81b3a..adbc8c0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -1,6 +1,10 @@ --- # tasks file for opdk-update-component - block: + + - name: Update apigee-setup + shell: '{{ apigee_service }} apigee-setup update' + - name: Perform component update - {{ apigee_component }} shell: '{{ apigee_update }} -c {{ component }} -f {{ opdk_installation_config_file }}'