bertvv / ansible-role-mariadb

Install MariaDB on RHEL/CentOS 7 or Fedora.
https://galaxy.ansible.com/bertvv/mariadb/
Other
144 stars 108 forks source link

Fix iteration for Python 3 #20

Closed dachinat closed 5 years ago

dachinat commented 5 years ago

In Python 3 there is only dict.items() and I needed to update this across different Ansible projects.

tomislacker commented 5 years ago

Bump? I also have interest in this working. Great role otherwise!

biztems commented 5 years ago

+1

This is only needed when using mariadb_custom_cnf (which we do use), but it would be nice to see it fixed nonetheless.

iphizic commented 5 years ago

+1

bertvv commented 5 years ago

Sorry for the wait. I hope to be able to put some time into this role and release a new version with this PR included. Thank you for this improvement!