Added support for proxies in the download process.
This commit is contained in:
parent
5dc8f5229f
commit
7a0b8f0a44
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
mode: "{{ download.mode|default(omit) }}"
|
||||
when: "{{ download.enabled|bool }}"
|
||||
run_once: "{{ download_run_once|bool }}"
|
||||
environment:
|
||||
http_proxy: "{{ http_proxy }}"
|
||||
https_proxy: "{{ https_proxy }}"
|
||||
no_proxy: "{{ no_proxy }}"
|
||||
|
||||
- name: Extract archives
|
||||
unarchive:
|
||||
|
|
Loading…
Reference in a new issue