From abcf154dcdd8aa84c6e8131c53ea7dfb997f1753 Mon Sep 17 00:00:00 2001 From: Daniel Rupp Date: Thu, 23 Dec 2021 12:10:57 +0100 Subject: [PATCH] Update plugins/modules/mysql_user.py Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 9809959..cadf99c 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -76,7 +76,7 @@ options: default: yes db_context: description: - - Sets the mysql system database as context for the executed statements. Useful if you use + - Sets the ะก(mysql) system database as context for the executed statements (it will be used as a database to connect to). Useful if you use binlog / replication filters in MySQL. type: bool default: no