You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 23:02:47 +03:00
Remove version_added from return values and docs fragments. (#150)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user