bertvv / ansible-role-mariadb

Install MariaDB on RHEL/CentOS 7 or Fedora.
https://galaxy.ansible.com/bertvv/mariadb/
Other
144 stars 108 forks source link

How do the calls to mysql_user work? #48

Closed chrisdeeming closed 3 years ago

chrisdeeming commented 3 years ago

Hopefully an easy question - this role works for me absolutely perfectly but how do the calls to mysql_user actually work?

I presume it refers to the community.mysql.mysql_user module but I don't recall installing that and I don't see anywhere that this role sets it as a dependency.

So while this role works fine, I actually want to create my own role that requires the use of the mysql_user module but the apparent mystery of how it works in this role is confusing me.

Thanks.

chrisdeeming commented 3 years ago

Actually my initial ansible role I was working on was not working as I expected so I presumed I was missing including or installing the community.mysql collection but in actual fact it appears as though mysql_user is just built-in now? No complaints from me! I just didn't see that documented anywhere.