This commit is contained in:
phil 2023-11-04 12:53:09 +01:00
parent 7ae4c2572e
commit 5974bbdc45

View file

@ -1,5 +1,9 @@
# {{ ansible_managed }}
{% for key, value in automysqlbackup_config.items() %}
{% if value is number %}
{{ key | upper }}={{ value }}
{% else %}
{{ key | upper }}="{{ value }}"
{% endif %}
{% endfor %}