Fixes
This commit is contained in:
parent
7ae4c2572e
commit
5974bbdc45
1 changed files with 4 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue