fix: jinja
This commit is contained in:
parent
39ebf1b656
commit
dfe0dcd88c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cache:
|
|||
default_zone:
|
||||
strict_testing: {{ postfix_mtastsresolver_defaultzone_stricttesting | ternary('true', 'false') }}
|
||||
timeout: {{ postfix_mtastsresolver_defaultzone_timeout }}
|
||||
zones:
|
||||
zones:{% if postfix_mtastsresolver_zones | length == 0 %} {}{% endif %}
|
||||
{% for zone, options in postfix_mtastsresolver_zones.items() %}
|
||||
{{ zone }}:
|
||||
strict_testing: {{ options.strict_testing | default(postfix_mtastsresolver_defaultzone_stricttesting) | ternary('true', 'false') }}
|
||||
|
|
Loading…
Add table
Reference in a new issue