| commit | 85b146abb3ad33b42d4707dbcb1c499bb93dffaf | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias@one.verizon.com> | Mon Aug 07 10:23:30 2017 -0400 |
| committer | Carlos Frias <carlos.frias@one.verizon.com> | Mon Aug 07 10:23:30 2017 -0400 |
| tree | 52f6c0e37d227c2aa1897b23c627bc3ac1f5b74a | |
| parent | 1fb3fb11ba2dd50868e75f4c6484fad132e5de68 [diff] |
updated proxy management
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index 0fc22da..3c6ff8b 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -5,6 +5,7 @@ environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}" + no_proxy: "{{ no_proxy }}" - name: Wait for ready with no proxy command: '{{ apigee_all }} wait_for_ready'