commit | 8818efe5a9233d9d1b82ef54c06604926152677e | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 15:32:51 2018 -0600 |
committer | Carlos Frias <carlos.frias.01@gmail.com> | Fri Feb 09 15:32:51 2018 -0600 |
tree | 83cd64e6af45dea0af60e99931b0545f25d18c63 | |
parent | 90b4eace47a4a2d2a0b83b7b410bfa713a2e88c3 [diff] |
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