Wrong mysql_cli_version fact for MariaDB
Hello.
I am using newest role 5.0 version and seems there is a bug when installing mariadb-server. mysql_cli_version variable is being defined as 10.x.xx-MariaDB instead of 10.x.xx. Therefore, these tasks are being skipped https://github.com/geerlingguy/ansible-role-mysql/blob/master/tasks/secure-installation.yml#L44-L87.
Is this expected?
Thank you.
I can confirm: with 4.3.5 things works normally.
The fix from pull request https://github.com/geerlingguy/ansible-role-mysql/pull/568 works for me.
Would be nice if this could be merged
Any idea if this will be merged OR some other PR/change will resolve this issue? @geerlingguy ?
Hopefully fixed in https://github.com/geerlingguy/ansible-role-mysql/pull/585