ansible-role-mysql icon indicating copy to clipboard operation
ansible-role-mysql copied to clipboard

Wrong mysql_cli_version fact for MariaDB

Open carlosgo13 opened this issue 9 months ago • 2 comments

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.

carlosgo13 avatar Feb 28 '25 15:02 carlosgo13