We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05b4ae commit 26d26fbCopy full SHA for 26d26fb
environments/common/inventory/group_vars/all/proxy.yml
@@ -20,12 +20,12 @@ proxy_remove: false
20
21
# full http proxy string - override if the above don't provide enough control:
22
proxy_http_proxy: >-
23
- {% if proxy_http_address != '' %}
+ {%- if proxy_http_address != '' -%}
24
http://
25
{%- if proxy_basic_password -%}
26
{{ proxy_basic_user }}:{{ proxy_basic_password }}@
27
{%- endif -%}
28
{{ proxy_http_address }}:{{ proxy_http_port }}
29
- {% else %}
30
-
31
- {% endif %}
+ {%- else %}
+
+ {%- endif %}
0 commit comments