mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 03:30:22 -07:00
Adjust YAML in module docs (#10240)
* Adjust YAML in module docs. * adjust modules --------- Co-authored-by: Alexei Znamensky <russoz@gmail.com>
This commit is contained in:
parent
e938ca5f20
commit
e8f965fbf8
89 changed files with 2085 additions and 1675 deletions
|
@ -345,8 +345,16 @@ record:
|
|||
description: Additional record data.
|
||||
returned: success, if type is SRV, DS, SSHFP TLSA or CAA
|
||||
type: dict
|
||||
sample: {name: "jabber", port: 8080, priority: 10, proto: "_tcp", service: "_xmpp", target: "jabberhost.sample.com",
|
||||
weight: 5}
|
||||
sample:
|
||||
{
|
||||
"name": "jabber",
|
||||
"port": 8080,
|
||||
"priority": 10,
|
||||
"proto": "_tcp",
|
||||
"service": "_xmpp",
|
||||
"target": "jabberhost.sample.com",
|
||||
"weight": 5
|
||||
}
|
||||
id:
|
||||
description: The record ID.
|
||||
returned: success
|
||||
|
@ -361,7 +369,10 @@ record:
|
|||
description: Extra Cloudflare-specific information about the record.
|
||||
returned: success
|
||||
type: dict
|
||||
sample: {auto_added: false}
|
||||
sample:
|
||||
{
|
||||
"auto_added": false
|
||||
}
|
||||
modified_on:
|
||||
description: Record modification date.
|
||||
returned: success
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue