Added support for proxies in the download process.

This commit is contained in:
Alexandre Bourget 2016-08-15 21:05:51 -04:00
parent 5dc8f5229f
commit 7a0b8f0a44

View file

@ -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: