make role python3 compatible (#24)

pull/26/head
Daniel Bacher 2018-02-14 13:28:55 +01:00 committed by Emilien Mantel
parent fea0dcffae
commit ab63c1ccc5
1 changed files with 1 additions and 1 deletions

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