mirror of
https://gitea.0xace.cc/ansible-galaxy/wal-g.git
synced 2024-11-25 16:06:39 +00:00
8 lines
127 B
Plaintext
8 lines
127 B
Plaintext
|
{
|
||
|
{% for wal_g in wal_g_json %}
|
||
|
"{{ wal_g.option }}": "{{ wal_g.value }}"{% if not loop.last %},
|
||
|
{% endif %}
|
||
|
{% endfor %}
|
||
|
|
||
|
}
|