mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 00:14:02 -07:00
Fix non-matching defaults in docs (#5446)
* Allow to pass options as lookup options. * Adjust tests. * Fix non-matching defaults.
This commit is contained in:
parent
f1d5f71b8d
commit
a978bff2c7
79 changed files with 187 additions and 63 deletions
|
@ -31,6 +31,7 @@ options:
|
|||
description:
|
||||
- A description of the VLAN.
|
||||
type: str
|
||||
default: ''
|
||||
network_domain:
|
||||
description:
|
||||
- The Id or name of the target network domain.
|
||||
|
@ -40,11 +41,13 @@ options:
|
|||
description:
|
||||
- The base address for the VLAN's IPv4 network (e.g. 192.168.1.0).
|
||||
type: str
|
||||
default: ''
|
||||
private_ipv4_prefix_size:
|
||||
description:
|
||||
- The size of the IPv4 address space, e.g 24.
|
||||
- Required, if C(private_ipv4_base_address) is specified.
|
||||
type: int
|
||||
default: 0
|
||||
state:
|
||||
description:
|
||||
- The desired state for the target VLAN.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue