mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
[PR #9532/8cef0ee5 backport][stable-10] defghi*: style adjustments (#9544)
defghi*: style adjustments (#9532)
* defghi*: style adjustments
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 8cef0ee551
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
26b8f30afa
commit
1f29fa2e39
26 changed files with 69 additions and 73 deletions
|
@ -67,7 +67,7 @@ options:
|
|||
type: str
|
||||
network_location:
|
||||
description:
|
||||
- The parent network id for a given network.
|
||||
- The parent network ID for a given network.
|
||||
type: int
|
||||
default: -1
|
||||
network_type:
|
||||
|
@ -105,7 +105,7 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r"""
|
||||
network_id:
|
||||
description: Id for a given network.
|
||||
description: ID for a given network.
|
||||
returned: success
|
||||
type: str
|
||||
sample: '1501'
|
||||
|
@ -115,7 +115,8 @@ ip_info:
|
|||
type: str
|
||||
sample: '{"address": "192.168.10.3", "hostname": "", "FQDN": "", "domainname": "", "id": 3229}'
|
||||
network_info:
|
||||
description: when reserving a LAN network from a Infinity supernet by providing network_size, the information about the reserved network is returned.
|
||||
description: When reserving a LAN network from a Infinity supernet by providing network_size, the information about the
|
||||
reserved network is returned.
|
||||
returned: success
|
||||
type: str
|
||||
sample: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue