make role python3 compatible (#24)

This commit is contained in:
Daniel Bacher
2018-02-14 13:28:55 +01:00
committed by Emilien Mantel
parent fea0dcffae
commit ab63c1ccc5

View File

@@ -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 %}