ansible-role-mariadb/templates/automysqlbackup.j2

6 lines
123 B
Plaintext
Raw Normal View History

2023-10-14 10:43:06 +02:00
# {{ ansible_managed }}
2023-11-04 11:01:20 +01:00
{% for key, value in automysqlbackup_config.items() %}
{{ key | upper }}={{ value }}
{% endfor %}