mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-02-24 10:13:30 +07:00
make role python3 compatible (#24)
This commit is contained in:
committed by
Emilien Mantel
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 %}
|
||||
|
||||
Reference in New Issue
Block a user