瀏覽代碼

use lookup_key in lookup instead of string

tags/v1.0
Maximilian Eschenbacher 5 年之前
父節點
當前提交
a243fa45c7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      wireguard/files/wg.conf

+ 1
- 1
wireguard/files/wg.conf 查看文件

@@ -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) %}

Loading…
取消
儲存