Allow playbook specified login_user and login_password to override config file settings
This commit is contained in:
parent
76c6a53274
commit
30fc6f03d6
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class InvalidPrivsError(Exception):
|
|||
# MySQL module specific support methods.
|
||||
#
|
||||
|
||||
def connect(module, login_user=None, login_password=None, config_file=''):
|
||||
def connect(module, login_user=None, login_password=None, config_file='~/.my.cnf'):
|
||||
config = {
|
||||
'host': module.params['login_host'],
|
||||
'db': 'mysql'
|
||||
|
|
Loading…
Reference in a new issue