Explorar el Código

use lookup_key in lookup instead of string

tags/v1.0
Maximilian Eschenbacher hace 5 años
padre
commit
a243fa45c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      wireguard/files/wg.conf

+ 1
- 1
wireguard/files/wg.conf Ver fichero

@@ -1,6 +1,6 @@
{%- macro output_if_set(object, lookup_key, output_key) %}
{%- if object.get(lookup_key) %}
{{output_key}} = {{object.get('lookup_key')}}
{{output_key}} = {{object.get(lookup_key)}}
{%- endif %}
{%- endmacro %}
{%- macro output_list_if_set(object, lookup_key, output_key) %}

Cargando…
Cancelar
Guardar