From 7b7d2f5500e62d3342694e03a1e6f9437b4221b2 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Fri, 22 Sep 2023 14:09:36 +0200 Subject: [PATCH] document correct return form --- plugins/modules/mysql_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/mysql_info.py b/plugins/modules/mysql_info.py index 45cb608..47fc56f 100644 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -227,8 +227,8 @@ users_privs: "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