Update plugins/modules/mysql_role.py

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
betanummeric 2022-05-06 09:15:57 +02:00 committed by GitHub
commit d2b6b06845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,7 @@ options:
- Revoke the privileges defined by the I(priv) option and keep other existing privileges. - Revoke the privileges defined by the I(priv) option and keep other existing privileges.
If set, invalid privileges in I(priv) are ignored. If set, invalid privileges in I(priv) are ignored.
Mutually exclusive with I(append_privs). Mutually exclusive with I(append_privs).
version_added: '3.2.0'
type: bool type: bool
default: no default: no