mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -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
|
@ -190,7 +190,6 @@ executed_commands:
|
|||
returned: always
|
||||
type: list
|
||||
sample: ["CREATE DATABASE acme"]
|
||||
version_added: '2.10'
|
||||
'''
|
||||
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -173,7 +173,6 @@ queries:
|
|||
returned: always
|
||||
type: list
|
||||
sample: ['CREATE LANGUAGE "acme"']
|
||||
version_added: '2.8'
|
||||
'''
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue