mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Fix ACI validate-modules issues (#42222)
This commit is contained in:
parent
9539284010
commit
57c0471b54
7 changed files with 14 additions and 20 deletions
|
@ -48,7 +48,8 @@ options:
|
|||
description:
|
||||
- The subnet mask for the Subnet.
|
||||
- This is the number assocated with CIDR notation.
|
||||
choices: [ Any 0 to 32 for IPv4 Addresses, 0-128 for IPv6 Addresses ]
|
||||
- For IPv4 addresses, accepted values range between C(0) and C(32).
|
||||
- For IPv6 addresses, accepted Values range between C(0) and C(128).
|
||||
aliases: [ subnet_mask ]
|
||||
nd_prefix_policy:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue