Closed brutallino closed 4 years ago
In the current trunk branch, these changes are incorporated. I will be releasing a new version based on recent changes shortly. I should also add the variable mariadb_custom_cnf
to the test playbook to ensure this bug is catched. I'm going to close this issue for now, but if you see the same problem in the new version, don't hesitate to reopen.
When use ansible and python3:
my ansible:
ansible.cfg:
FIX: bertvv.mariadb/templates/etc_my.cnf.d_custom.cnf.j2: change mariadb_custom_cnf.iteritems() to mariadb_custom_cnf.items() and section_contents.iteritems() to section_contents.items()