mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
Update plugins/modules/mysql_user.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
5c94a40c00
commit
ff48f8c916
1 changed files with 0 additions and 3 deletions
|
@ -388,9 +388,6 @@ def main():
|
|||
|
||||
if mysql_driver is None:
|
||||
module.fail_json(msg=mysql_driver_fail_msg)
|
||||
|
||||
if db_context:
|
||||
db = 'mysql'
|
||||
|
||||
cursor = None
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue