Remove version_added from return values and docs fragments. (#150)

This commit is contained in:
Felix Fontein 2020-04-13 09:19:41 +02:00 committed by GitHub
parent fab6b980d2
commit b161c59a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
63 changed files with 0 additions and 94 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -76,7 +76,6 @@ queries:
returned: if executed
type: list
sample: ["SET GLOBAL `read_only` = 1"]
version_added: '2.10'
'''
import os

View file

@ -190,7 +190,6 @@ executed_commands:
returned: always
type: list
sample: ["CREATE DATABASE acme"]
version_added: '2.10'
'''

View file

@ -243,7 +243,6 @@ databases:
- Content depends on PostgreSQL server version.
returned: if configured
type: dict
version_added: "2.10"
sample: { "pub1": { "ownername": "postgres", "puballtables": true, "pubinsert": true, "pubupdate": true } }
subscriptions:
description:
@ -252,7 +251,6 @@ databases:
- Content depends on PostgreSQL server version.
returned: if configured
type: dict
version_added: "2.10"
sample:
- { "my_subscription": {"ownername": "postgres", "subenabled": true, "subpublications": ["first_publication"] } }
repl_slots:

View file

@ -173,7 +173,6 @@ queries:
returned: always
type: list
sample: ['CREATE LANGUAGE "acme"']
version_added: '2.8'
'''
from ansible.module_utils.basic import AnsibleModule

View file

@ -403,7 +403,6 @@ queries:
returned: always
type: list
sample: ['REVOKE GRANT OPTION FOR INSERT ON TABLE "books" FROM "reader";']
version_added: '2.8'
'''
import traceback

View file

@ -240,7 +240,6 @@ queries:
returned: always
type: list
sample: ['CREATE USER "alice"', 'GRANT CONNECT ON DATABASE "acme" TO "alice"']
version_added: '2.8'
'''
import itertools