mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-28 23:51:26 -07:00
fix CI
This commit is contained in:
parent
5273712941
commit
7012a277de
3 changed files with 9 additions and 5 deletions
|
@ -931,7 +931,7 @@ class Role():
|
|||
if privs:
|
||||
result = user_mod(self.cursor, self.name, self.host,
|
||||
None, None, None, None, None, None,
|
||||
privs, append_privs, subtract_privs, None,
|
||||
privs, append_privs, subtract_privs, None, None,
|
||||
self.module, role=True, maria_role=self.is_mariadb)
|
||||
changed = result['changed']
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@ options:
|
|||
version_added: '3.8.0'
|
||||
attributes:
|
||||
description:
|
||||
- Create, update, or delete user attributes (arbitrary "key: value" comments) for the user.
|
||||
- "Create, update, or delete user attributes (arbitrary 'key: value' comments) for the user."
|
||||
- MySQL server must support the INFORMATION_SCHEMA.USER_ATTRIBUTES table. Provided since MySQL 8.0.
|
||||
- To delete an existing attribute, set its value to False.
|
||||
type: dict
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue