community.general/lib/ansible/modules/database/mysql
Michael Scherer c0179330c9 Update the type of some arguments in mysql_db module (#3285)
login_password should not be logged, so mark it as 'no_log'
the others arguments are path to file, and so should be type='path',
which permit to remove the line handling '~' and shell variables.
2016-12-08 11:24:16 -05:00
..
__init__.py Some more module categorization. 2016-12-08 11:22:25 -05:00
mysql_db.py Update the type of some arguments in mysql_db module (#3285) 2016-12-08 11:24:16 -05:00
mysql_user.py Add optional connect timeout to mysql* modules. 2016-12-08 11:24:12 -05:00
mysql_variables.py Add optional connect timeout to mysql* modules. 2016-12-08 11:24:12 -05:00