mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-28 08:51:46 -07:00
mysql_role, mysql_user: invalid privileges are ignored when subtract_privs is true -> document that and fix integration tests
This commit is contained in:
parent
501dd7d0ab
commit
ea48464f32
4 changed files with 36 additions and 8 deletions
|
@ -58,6 +58,7 @@ options:
|
|||
subtract_privs:
|
||||
description:
|
||||
- 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).
|
||||
type: bool
|
||||
default: no
|
||||
|
|
|
@ -69,6 +69,7 @@ options:
|
|||
subtract_privs:
|
||||
description:
|
||||
- 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).
|
||||
type: bool
|
||||
default: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue