commit | 21bdc1c5ea11ffefe19db44f96e1c94d2508f9f4 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Thu Aug 03 15:44:10 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Thu Aug 03 15:44:10 2017 -0400 |
tree | 20a74b113130426dd7da93796bf5c8c8c0c00c5f | |
parent | 0c3ae250bd053eb1ba21d49fee4bff046e7ad3c8 [diff] |
updated for proxy config
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index c6dbe05..1444f74 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -10,8 +10,4 @@ - name: Wait for ready command: '{{ apigee_all }} wait_for_ready' when: validate_ready | default(true) - environment: - no_proxy: "{{ no_proxy }}" - http_proxy: "{{ http_proxy }}" - https_proxy: "{{ https_proxy }}"