mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
Update plugins/modules/mysql_user.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
d67d9a80c3
commit
5c94a40c00
1 changed files with 2 additions and 1 deletions
|
@ -373,7 +373,8 @@ def main():
|
|||
ssl_ca = module.params["ca_cert"]
|
||||
check_hostname = module.params["check_hostname"]
|
||||
db = ''
|
||||
db_context = module.params["db_context"]
|
||||
if module.params["db_context"]:
|
||||
db = 'mysql'
|
||||
sql_log_bin = module.params["sql_log_bin"]
|
||||
plugin = module.params["plugin"]
|
||||
plugin_hash_string = module.params["plugin_hash_string"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue