From 51d63891f62f6d453dd21b2fef6500ff6cbf463b Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Thu, 24 Apr 2025 16:25:40 +0200 Subject: [PATCH] doc: add notes that users_info doesn't support MariaDB roles. --- plugins/modules/mysql_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/mysql_info.py b/plugins/modules/mysql_info.py index 93ab805..0447743 100644 --- a/plugins/modules/mysql_info.py +++ b/plugins/modules/mysql_info.py @@ -50,6 +50,7 @@ notes: - Compatible with MariaDB or MySQL. - Calculating the size of a database might be slow, depending on the number and size of tables in it. To avoid this, use I(exclude_fields=db_size). +- filters C(users_info) doesn't support MariaDB roles. attributes: check_mode: