Selaa lähdekoodia

endfor missing

tags/v1.0
Maximilian Eschenbacher 5 vuotta sitten
vanhempi
commit
67d5eb6288
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      wireguard/files/wg.conf

+ 1
- 1
wireguard/files/wg.conf Näytä tiedosto

@@ -6,7 +6,7 @@
{%- macro output_list_if_set(lookup_key, output_key) %}
{%- for item in object.get(lookup_key, []) %}
{{output_key}} = {{item}}
{%- for %}
{%- endfor %}
{%- endmacro %}
[Interface]
{{ output_list_if_set(interface, 'address', 'Address') %}

Loading…
Peruuta
Tallenna