mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added version_added to the mysql_variables module doc section
This commit is contained in:
parent
a57ced4b66
commit
3adb91a4b4
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ module: mysql_variables
|
||||||
short_description: Manage MySQL global variables
|
short_description: Manage MySQL global variables
|
||||||
description:
|
description:
|
||||||
- Query / Set MySQL variables
|
- Query / Set MySQL variables
|
||||||
|
version_added: 1.3
|
||||||
options:
|
options:
|
||||||
variable:
|
variable:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue