ソースを参照

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

読み込み中…
キャンセル
保存