community.general/lib/ansible/modules/database/mysql
Rene Moser 6a7682c7ea mysql_variables: fix inconsistent params, fixes ubuntu 16.04 support
In the mysql_user module, login_host is defined as "localhost". Setting this to localhost also fixes Ubuntu 16.04 support.

To make it more consistent in the future, the params in all mysql modules should move to module utils. I'll take care.

Also fixed a few other things along.
2016-12-08 11:24:26 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
mysql_db.py Give encoding examples (#3436) 2016-12-08 11:24:18 -05:00
mysql_user.py Allow an empty password when adding a new MySQL user. (#3445) 2016-12-08 11:24:19 -05:00
mysql_variables.py mysql_variables: fix inconsistent params, fixes ubuntu 16.04 support 2016-12-08 11:24:26 -05:00