Skip to content

Commit

Permalink
Fix host:port generation
Browse files Browse the repository at this point in the history
  • Loading branch information
fidanf committed Sep 23, 2021
1 parent 64caada commit 84d06c2
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 84d06c2

Please sign in to comment.