forked from ISTI-ansible-roles/ansible-roles
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
|
{% if powerdns_auth_use_db_backend %}
|
||
|
{% for bk_data in powerdns_auth_backend_data %}
|
||
|
{{ bk_data.key }}={{ bk_data.value }}
|
||
|
{% endif %}
|