commit | d532280484179a94beb5b0c1014194b4094e06de | [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 | b205916936a9de5bd3221d0d19e178a54a507766 | |
parent | 8818efe5a9233d9d1b82ef54c06604926152677e [diff] |
updated command string
diff --git a/tasks/main.yml b/tasks/main.yml index 8c5d8ac..7f6424e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -6,7 +6,7 @@ register: component_state - name: Update apigee component - shell: '{{ apigee_service }} {{ component }} update' + shell: '/opt/apigee/apigee-service/bin/apigee-service {{ component }} update' environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}"