mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fix issue #793: mysql_db: for state={absent,present} connections to database mysql fail for users other than root
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user