mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-15 12:49:11 -07:00
Remove version_added from return values and docs fragments. (#150)
This commit is contained in:
parent
fab6b980d2
commit
b161c59a05
63 changed files with 0 additions and 94 deletions
|
@ -251,13 +251,11 @@ db_list:
|
|||
returned: always
|
||||
type: list
|
||||
sample: ["foo", "bar"]
|
||||
version_added: '2.9'
|
||||
executed_commands:
|
||||
description: List of commands which tried to run.
|
||||
returned: if executed
|
||||
type: list
|
||||
sample: ["CREATE DATABASE acme"]
|
||||
version_added: '2.10'
|
||||
'''
|
||||
|
||||
import os
|
||||
|
|
|
@ -167,7 +167,6 @@ global_status:
|
|||
type: dict
|
||||
sample:
|
||||
- { "Innodb_buffer_pool_read_requests": 123, "Innodb_buffer_pool_reads": 32 }
|
||||
version_added: "2.10"
|
||||
users:
|
||||
description: Users information.
|
||||
returned: if not excluded by filter
|
||||
|
|
|
@ -231,7 +231,6 @@ queries:
|
|||
returned: always
|
||||
type: list
|
||||
sample: ["CHANGE MASTER TO MASTER_HOST='master2.example.com',MASTER_PORT=3306"]
|
||||
version_added: '2.10'
|
||||
'''
|
||||
|
||||
import os
|
||||
|
|
|
@ -76,7 +76,6 @@ queries:
|
|||
returned: if executed
|
||||
type: list
|
||||
sample: ["SET GLOBAL `read_only` = 1"]
|
||||
version_added: '2.10'
|
||||
'''
|
||||
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue