updated where start is done.
diff --git a/tasks/main.yml b/tasks/main.yml index 6aff08f..8c5d8ac 100644 --- a/tasks/main.yml +++ b/tasks/main.yml
@@ -7,4 +7,10 @@ - name: Update apigee component shell: '{{ apigee_service }} {{ component }} update' + environment: + http_proxy: "{{ http_proxy }}" + https_proxy: "{{ https_proxy }}" + no_proxy: "{{ no_proxy }}" + PORT_TIMEOUT: '{{ port_timeout | default(60) }}' + UP_TIMEOUT: '{{ up_timeout | default(60) }}' when: component_state.stat.exists