mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 11:40: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
|
@ -90,23 +90,24 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r"""
|
||||
data:
|
||||
description: This is only present when O(state=present).
|
||||
returned: when O(state=present)
|
||||
type: dict
|
||||
sample: {
|
||||
description: This is only present when O(state=present).
|
||||
returned: when O(state=present)
|
||||
type: dict
|
||||
sample:
|
||||
{
|
||||
"ips": [
|
||||
{
|
||||
"organization": "951df375-e094-4d26-97c1-ba548eeb9c42",
|
||||
"reverse": null,
|
||||
"id": "dd9e8df6-6775-4863-b517-e0b0ee3d7477",
|
||||
"server": {
|
||||
"id": "3f1568ca-b1a2-4e98-b6f7-31a0588157f1",
|
||||
"name": "ansible_tuto-1"
|
||||
},
|
||||
"address": "212.47.232.136"
|
||||
"organization": "951df375-e094-4d26-97c1-ba548eeb9c42",
|
||||
"reverse": null,
|
||||
"id": "dd9e8df6-6775-4863-b517-e0b0ee3d7477",
|
||||
"server": {
|
||||
"id": "3f1568ca-b1a2-4e98-b6f7-31a0588157f1",
|
||||
"name": "ansible_tuto-1"
|
||||
},
|
||||
"address": "212.47.232.136"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"""
|
||||
|
||||
from ansible_collections.community.general.plugins.module_utils.scaleway import SCALEWAY_LOCATION, scaleway_argument_spec, Scaleway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue