mysql_role, mysql_user: invalid privileges are ignored when subtract_privs is true -> document that and fix integration tests

This commit is contained in:
Felix Hamme 2022-04-19 11:14:01 +02:00
commit ea48464f32
4 changed files with 36 additions and 8 deletions

View file

@ -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

View file

@ -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