Merge pull request #1891 from rsmitty/proxy-fixes

Improved proxy support
This commit is contained in:
Spencer Smith
2017-10-31 14:32:12 -04:00
committed by GitHub
9 changed files with 32 additions and 12 deletions

View File

@@ -16,7 +16,6 @@
until: pull_task_result|succeeded
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
environment: "{{ proxy_env }}"
when:
- download.enabled
- download.container

View File

@@ -25,7 +25,6 @@
until: "'OK' in get_url_result.msg or 'file already exists' in get_url_result.msg"
retries: 4
delay: "{{ retry_stagger | random + 3 }}"
environment: "{{ proxy_env }}"
when:
- download.enabled
- download.file