| commit | 7d2c6f0df879d315cf11234f34798e4e1389d87b | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Mon Feb 12 06:22:05 2018 -0500 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Mon Feb 12 06:22:05 2018 -0500 |
| tree | 6211a5153fdc7349d4f728293a95b29420898969 | |
| parent | c862bb4ca87ddff8b975e9ba933de73785567c9a [diff] |
updated command string
diff --git a/tasks/main.yml b/tasks/main.yml index d593c17..e4cc502 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -4,7 +4,7 @@ - name: Perform component update become: true become_user: root - shell: '{{ apigee_update }} -c {{ component }} -f {{ opdk_installation_config_file }}' + shell: '/opt/apigee/apigee-setup/bin/update.sh -c {{ component }} -f {{ opdk_installation_config_file }}' environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"