requested changes pt. 1

This commit is contained in:
n-cc 2024-01-12 15:35:42 -06:00 committed by n-cc
parent 9a8b53dd5a
commit c35bfb983b
4 changed files with 203 additions and 53 deletions

View file

@ -168,7 +168,7 @@ options:
description:
- "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.
- To delete an existing attribute, set its value to null.
type: dict
version_added: '3.9.0'
@ -268,7 +268,7 @@ EXAMPLES = r'''
name: bob
attributes:
foo: "foo"
bar: False
bar: null
- name: Modify user to require TLS connection with a valid client certificate
community.mysql.mysql_user: