mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 01:14:03 -07:00
Updated the documentation of modules to match argspec including the type setting for bool parameters (#36821)
This commit is contained in:
parent
8362ddd107
commit
60e39b9718
38 changed files with 176 additions and 137 deletions
|
@ -51,6 +51,7 @@ options:
|
|||
description:
|
||||
- Boolean flag to set container_mode.
|
||||
- Default value when not specified in API or module is interpreted by Avi Controller as False.
|
||||
type: bool
|
||||
container_type:
|
||||
description:
|
||||
- Enum options - container_type_bridge, container_type_host, container_type_host_dpdk.
|
||||
|
@ -59,6 +60,7 @@ options:
|
|||
description:
|
||||
- Boolean flag to set controller_created.
|
||||
- Default value when not specified in API or module is interpreted by Avi Controller as False.
|
||||
type: bool
|
||||
controller_ip:
|
||||
description:
|
||||
- Controller_ip of serviceengine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue