mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 23:44:00 -07:00
corrected required docs as only boolean is allowed
these complex values were not displayed and would always show the fields as requried
This commit is contained in:
parent
1bdc3b3bb0
commit
37513ca8bb
5 changed files with 11 additions and 8 deletions
|
@ -54,8 +54,9 @@ options:
|
|||
network:
|
||||
description:
|
||||
- Unique name or ID of the external gateway network.
|
||||
- required I(interfaces) or I(enable_snat) are provided,
|
||||
type: string
|
||||
required: true when I(interfaces) or I(enable_snat) are provided,
|
||||
required: false
|
||||
false otherwise.
|
||||
default: None
|
||||
external_fixed_ips:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue