You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/database/mysql
Julia Kreger 35bcd6a965 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.
11 years ago
..
__init__.py Some more module categorization. 11 years ago
mysql_db.py Merge pull request #888 from ansible/mysql-port 11 years ago
mysql_user.py Set default for mysql_user config_file 11 years ago
mysql_variables.py Escape mysql identifiers 11 years ago