mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-10-02 22:43:27 -07:00
mysql_info: remove plugin_auth_string field from output (#739)
This commit is contained in:
parent
04b663b3b7
commit
7ff58997de
3 changed files with 8 additions and 4 deletions
|
@ -163,7 +163,8 @@ def get_existing_authentication(cursor, user, host=None):
|
|||
|
||||
existing_auth_list = []
|
||||
|
||||
# 'plugin_auth_string' contains the hash string. Must be removed in c.mysql 4.0
|
||||
# 'plugin_auth_string' contains the hash string.
|
||||
# Removed from mysql_info output in c.mysql 4.0.0
|
||||
# See https://github.com/ansible-collections/community.mysql/pull/629
|
||||
for r in rows:
|
||||
existing_auth_list.append({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue