Skip to content

Commit 26d26fb

Browse files
committed
remove leading space from generated proxy address
1 parent d05b4ae commit 26d26fb

File tree

1 file changed

+4
-4
lines changed
  • environments/common/inventory/group_vars/all

1 file changed

+4
-4
lines changed

environments/common/inventory/group_vars/all/proxy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ proxy_remove: false
2020

2121
# full http proxy string - override if the above don't provide enough control:
2222
proxy_http_proxy: >-
23-
{% if proxy_http_address != '' %}
23+
{%- if proxy_http_address != '' -%}
2424
http://
2525
{%- if proxy_basic_password -%}
2626
{{ proxy_basic_user }}:{{ proxy_basic_password }}@
2727
{%- endif -%}
2828
{{ proxy_http_address }}:{{ proxy_http_port }}
29-
{% else %}
30-
31-
{% endif %}
29+
{%- else %}
30+
31+
{%- endif %}

0 commit comments

Comments
 (0)