Fix supplementary_addresses rendering error (#4403)
parent
2fb27c8521
commit
0440e45d65
|
@ -63,10 +63,10 @@
|
|||
{% endif %}
|
||||
{{ hostvars[host]['ip'] | default(fallback_ips[host]) }}
|
||||
{%- endfor %}
|
||||
{%- if supplementary_addresses_in_ssl_keys is defined -%}
|
||||
{% if supplementary_addresses_in_ssl_keys is defined -%}
|
||||
{% for addr in supplementary_addresses_in_ssl_keys %}
|
||||
{{ addr }}
|
||||
{%- endfor %}
|
||||
{% endfor %}
|
||||
{%- endif %}
|
||||
tags: facts
|
||||
|
||||
|
|
Loading…
Reference in New Issue