Open grahamrhay opened 4 years ago
I'm using v3.0 for now, which seems to work correctly for my scenario, but I'd prefer not to miss out on any improvements
Just wanted to add I'm also experiencing this with newer versions too - 10.3 specifically for this issue.
I need to try it again but 10.4 totally failed for other reasons.
the auth changed in 10.4, so this will affect any version older than that:
https://github.com/bertvv/ansible-role-mariadb/blob/master/tasks/main.yml#L30
Running v3.1 of the role with an old mariadb version, and a root pwd:
fails:
(and also logs the new root pwd, which isn't ideal)
It seems to have been caused by this change, which has inverted the behaviour of the task at L14. I tried removing L17, which got me a bit further. And I then had to add a
login_user
to themysql_user
tasks below. But I just ground to a halt on this task, and decided I should probably accept that I had no idea what I was doing.I'd be happy to provide a PR, but I don't think I really understand the problem/solution well enough.