mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-08 19:50:30 -07:00
Remove default for required=true option. (#4376)
This commit is contained in:
parent
c572ff2501
commit
83d1c6ea8f
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ options:
|
||||||
- The CIDR of the network to retrieve the next network from next available network within the
|
- The CIDR of the network to retrieve the next network from next available network within the
|
||||||
specified container. Also, Requested CIDR must be specified and greater than the parent CIDR.
|
specified container. Also, Requested CIDR must be specified and greater than the parent CIDR.
|
||||||
required: True
|
required: True
|
||||||
default: 24
|
|
||||||
num:
|
num:
|
||||||
description: The number of network addresses to return from network-container
|
description: The number of network addresses to return from network-container
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue