From a5250fbe510a0b280567140001f294e10d0d6f1e Mon Sep 17 00:00:00 2001 From: Daniel Rupp Date: Thu, 23 Dec 2021 12:10:43 +0100 Subject: [PATCH] Update plugins/modules/mysql_user.py Co-authored-by: Andrew Klychkov --- plugins/modules/mysql_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 85fa286..9809959 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -80,6 +80,7 @@ options: binlog / replication filters in MySQL. type: bool default: no + version_added: '3.1.0' state: description: - Whether the user should exist.