ansible-role-mysql
ansible-role-mysql copied to clipboard
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.