Fix issue #793: mysql_db: for state={absent,present} connections to database mysql fail for users other than root

pull/4420/head
David Hummel 2015-02-14 17:16:35 -05:00 committed by Matt Clay
parent 4737b41f26
commit 63e9de3170
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ def main():
module.fail_json(msg="with state=%s target is required" % (state))
connect_to_db = db
else:
connect_to_db = 'mysql'
connect_to_db = ''
try:
if socket:
try: