commit | e9539739d6e9576d52dd4799cd9090ad683c94cb | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 12 10:53:58 2017 -0400 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Thu Oct 12 10:53:58 2017 -0400 |
tree | 95eab192da3ec58bdb844ed2c1b2dd5ec8fdb3f8 | |
parent | cf3fe21e88e37f1d20280a6354b2a11014a63ddb [diff] |
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 }}'