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