mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 11:40:33 -07:00
mysql_variables: fix documentation (#66)
This commit is contained in:
parent
504bc87a4a
commit
549c7fe15a
1 changed files with 5 additions and 3 deletions
|
@ -20,12 +20,12 @@ author:
|
||||||
options:
|
options:
|
||||||
variable:
|
variable:
|
||||||
description:
|
description:
|
||||||
- Variable name to operate
|
- Variable name to operate.
|
||||||
type: str
|
type: str
|
||||||
required: yes
|
required: yes
|
||||||
value:
|
value:
|
||||||
description:
|
description:
|
||||||
- If set, then sets variable value to this
|
- If set, then sets variable value to this.
|
||||||
type: str
|
type: str
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
|
@ -44,6 +44,9 @@ options:
|
||||||
default: global
|
default: global
|
||||||
version_added: '0.1.0'
|
version_added: '0.1.0'
|
||||||
|
|
||||||
|
notes:
|
||||||
|
- Does not support C(check_mode).
|
||||||
|
|
||||||
seealso:
|
seealso:
|
||||||
- module: community.mysql.mysql_info
|
- module: community.mysql.mysql_info
|
||||||
- name: MySQL SET command reference
|
- name: MySQL SET command reference
|
||||||
|
@ -52,7 +55,6 @@ seealso:
|
||||||
|
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- community.mysql.mysql
|
- community.mysql.mysql
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue