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:
Brian Coca 2016-04-01 16:58:30 -04:00 committed by Matt Clay
commit 37513ca8bb
5 changed files with 11 additions and 8 deletions

View file

@ -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: