mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-08 06:13:13 +00:00
Add missing type information to docs
Change-Id: Iac23d54512b23f031460d1b7281ccb8d93e20cad
This commit is contained in:
@@ -21,17 +21,21 @@ options:
|
||||
description:
|
||||
- Group name
|
||||
required: true
|
||||
type: str
|
||||
description:
|
||||
description:
|
||||
- Group description
|
||||
type: str
|
||||
domain_id:
|
||||
description:
|
||||
- Domain id to create the group in if the cloud supports domains.
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
- Should the resource be present or absent.
|
||||
choices: [present, absent]
|
||||
default: present
|
||||
type: str
|
||||
requirements:
|
||||
- "python >= 3.6"
|
||||
- "openstacksdk"
|
||||
|
||||
Reference in New Issue
Block a user