mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 10:44:29 +00:00
Add missing type information to docs
Change-Id: Iac23d54512b23f031460d1b7281ccb8d93e20cad
This commit is contained in:
@@ -22,14 +22,17 @@ options:
|
||||
- Name of the snapshot
|
||||
required: true
|
||||
aliases: ['name']
|
||||
type: str
|
||||
display_description:
|
||||
description:
|
||||
- String describing the snapshot
|
||||
aliases: ['description']
|
||||
type: str
|
||||
volume:
|
||||
description:
|
||||
- The volume name or id to create/delete the snapshot
|
||||
required: True
|
||||
type: str
|
||||
force:
|
||||
description:
|
||||
- Allows or disallows snapshot of a volume to be created when the volume
|
||||
@@ -41,6 +44,7 @@ options:
|
||||
- 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