community.general/lib/ansible/modules/database/mysql
Julia Kreger 6f7cd5c307 Set default for mysql_user config_file
The default value set by the module was a value of None for the
config_file parameter, which propogates into the connect method
call overriding the stated default in the method.

Instead, the default should be set with-in the parameter
specification so the file check is not requested to check None.
2016-12-08 11:22:56 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
mysql_db.py Fix for int port assignment in a playbook failing 2016-12-08 11:22:46 -05:00
mysql_user.py Set default for mysql_user config_file 2016-12-08 11:22:56 -05:00
mysql_variables.py Escape mysql identifiers 2016-12-08 11:22:28 -05:00