Pārlūkot izejas kodu

output_list_if_set takes three arguments

tags/v1.0
Maximilian Eschenbacher pirms 5 gadiem
vecāks
revīzija
37166cf71b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      wireguard/files/wg.conf

+ 1
- 1
wireguard/files/wg.conf Parādīt failu

@@ -3,7 +3,7 @@
{{output_key}} = {{object.get('lookup_key')}}
{%- endif %}
{%- endmacro %}
{%- macro output_list_if_set(lookup_key, output_key) %}
{%- macro output_list_if_set(object, lookup_key, output_key) %}
{%- for item in object.get(lookup_key, []) %}
{{output_key}} = {{item}}
{%- endfor %}

Notiek ielāde…
Atcelt
Saglabāt