Allow playbook specified login_user and login_password to override config file settings

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 46b60a5b70
commit 4f42e752e6

@ -184,7 +184,7 @@ class InvalidPrivsError(Exception):
# MySQL module specific support methods.
#
def connect(module, login_user, login_password, config_file='~/.my.cnf'):
def connect(module, login_user=None, login_password=None, config_file='~/.my.cnf'):
config = {
'host': module.params['login_host'],
'db': 'mysql'

Loading…
Cancel
Save