commit | 45d44d6ec0be655740614bbcc116695ff257dea7 | [log] [tgz] |
---|---|---|
author | Carlos Frias <carlos.frias@one.verizon.com> | Fri Aug 04 11:47:40 2017 -0400 |
committer | Carlos Frias <carlos.frias@one.verizon.com> | Fri Aug 04 11:47:40 2017 -0400 |
tree | ed7f2d57d21bc011cee1b9b7eecdd78afa6161b9 | |
parent | 8e9110ba3f9f103d3aa4e1476feb0702108daccf [diff] |
updated proxy usage
diff --git a/tasks/with_proxy.yml b/tasks/with_proxy.yml index fefb01a..034bac9 100644 --- a/tasks/with_proxy.yml +++ b/tasks/with_proxy.yml
@@ -7,4 +7,5 @@ environment: http_proxy: "{{ http_proxy }}" https_proxy: "{{ https_proxy }}" + no_proxy: "{{ no_proxy }}"