mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -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
|
@ -68,7 +68,7 @@ options:
|
|||
cache_subnet_group:
|
||||
description:
|
||||
- The subnet group name to associate with. Only use if inside a vpc. Required if inside a vpc
|
||||
required: conditional
|
||||
required: false
|
||||
default: None
|
||||
version_added: "1.7"
|
||||
security_group_ids:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue