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 }}"