make role python3 compatible (#24)
parent
fea0dcffae
commit
ab63c1ccc5
|
@ -3,7 +3,7 @@
|
|||
# -------------------------------------------
|
||||
|
||||
[mysqld]
|
||||
{% for key, value in mysql_extra_configuration.iteritems() %}
|
||||
{% for key, value in mysql_extra_configuration.items() %}
|
||||
{% if value is defined or value is not none %}
|
||||
{{ key }} = {{ value }}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in New Issue