mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-04 05:04:23 -07:00
a : in description lines breaks yaml syntax
This commit is contained in:
parent
1df6442b81
commit
c76493f957
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ options:
|
|||
plugin_auth_string:
|
||||
description:
|
||||
- User's plugin auth_string (``CREATE USER user IDENTIFIED WITH plugin BY plugin_auth_string``).
|
||||
- MariaDB: If I(plugin) is ``pam`` an optional I(plugin_auth_string) ults in (``CREATE USER user IDENTIFIED WITH plugin USING plugin_auth_string``).
|
||||
- MariaDB If I(plugin) is ``pam`` an optional I(plugin_auth_string) ults in (``CREATE USER user IDENTIFIED WITH plugin USING plugin_auth_string``).
|
||||
This was chosen because MySQL and MariaDB store the ``USING plugin_auth_string`` part in the ``authentication_string`` column in ``mysql.user``.
|
||||
type: str
|
||||
version_added: '0.1.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue