mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add explanation in case that ipv4_range is required
This commit is contained in:
parent
256c840942
commit
ebb0d6301d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ options:
|
||||||
ipv4_range:
|
ipv4_range:
|
||||||
description:
|
description:
|
||||||
- the IPv4 address range in CIDR notation for the network
|
- the IPv4 address range in CIDR notation for the network
|
||||||
|
this parameter is not mandatory when you specified existing network in name parameter, but when you create new network, this parameter is mandatory
|
||||||
required: false
|
required: false
|
||||||
aliases: ['cidr']
|
aliases: ['cidr']
|
||||||
fwname:
|
fwname:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue