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:
@@ -32,16 +32,20 @@ options:
|
||||
choices: ['present', 'absent']
|
||||
required: false
|
||||
default: present
|
||||
type: str
|
||||
target_project_id:
|
||||
description:
|
||||
- Project id.
|
||||
required: true
|
||||
type: str
|
||||
resource_type:
|
||||
description:
|
||||
- The resource type (eg. nova_flavor, cinder_volume_type).
|
||||
type: str
|
||||
resource_name:
|
||||
description:
|
||||
- The resource name (eg. tiny).
|
||||
type: str
|
||||
requirements:
|
||||
- "python >= 3.6"
|
||||
- "openstacksdk"
|
||||
|
||||
Reference in New Issue
Block a user