Skip to content

Commit

Permalink
document correct return form
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Sep 22, 2023
1 parent c062480 commit c2549ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/mysql_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
"name": "user1",
"host": "host.com",
"plugin": "mysql_native_password",
"priv": "'db1.*': 'SELECT'/'db2.*': 'SELECT'",
"resource_limits": { MAX_USER_CONNECTIONS: 100 } }
"priv": "db1.*:SELECT/db2.*:SELECT",
"resource_limits": { "MAX_USER_CONNECTIONS": 100 } }
engines:
description: Information about the server's storage engines.
returned: if not excluded by filter
Expand Down

0 comments on commit c2549ef

Please sign in to comment.