mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-02 04:04:26 -07:00
Update plugins/modules/mysql_user.py
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
parent
7ccaff92d1
commit
c47a6ce45f
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ options:
|
|||
default: false
|
||||
priv:
|
||||
description:
|
||||
- "MySQL privileges string in the format: C(db.table:priv1,priv2). Additionally, there must be no spaces between the table and the privilege as this will yield a non-idempotent check mode."
|
||||
- "MySQL privileges string in the format: C(db.table:priv1,priv2)."
|
||||
- Additionally, there must be no spaces between the table and the privilege as this will yield a non-idempotent check mode.
|
||||
- "Multiple privileges can be specified by separating each one using
|
||||
a forward slash: C(db.table1:priv/db.table2:priv)."
|
||||
- The format is based on MySQL C(GRANT) statement.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue