Skip to content

Commit

Permalink
Merge pull request #15 from fidanf/feat-wget-fix
Browse files Browse the repository at this point in the history
Fix host:port generation
  • Loading branch information
fidanf authored Sep 23, 2021
2 parents 64caada + 84d06c2 commit 099ee0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/_wget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
- key: use_proxy
value: "yes"
- key: http_proxy
value: "{{ proxy_ip }}"
value: "{{ proxy_ip }}:{{ proxy_port }}"
- key: https_proxy
value: "{{ proxy_port }}"
value: "{{ proxy_ip }}:{{ proxy_port }}"

0 comments on commit 099ee0c

Please sign in to comment.