4 lines
99 B
Plaintext
4 lines
99 B
Plaintext
|
{% for key, value in pillar['voucher']['config'].items() -%}
|
||
|
{{ key }}="{{ value }}"
|
||
|
{% endfor -%}
|