diff --git a/plugins/modules/mysql_user.py b/plugins/modules/mysql_user.py index 0cd7fdc..9299eaf 100644 --- a/plugins/modules/mysql_user.py +++ b/plugins/modules/mysql_user.py @@ -71,6 +71,7 @@ options: - Revoke the privileges defined by the I(priv) option and keep other existing privileges. If set, invalid privileges in I(priv) are ignored. Mutually exclusive with I(append_privs). + version_added: '3.2.0' type: bool default: no tls_requires: