mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix sanity checks to make shippable happy (#39685)
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
@@ -43,7 +43,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- String describing the snapshot
|
- String describing the snapshot
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: null
|
||||||
aliases: ['description']
|
aliases: ['description']
|
||||||
volume:
|
volume:
|
||||||
description:
|
description:
|
||||||
@@ -55,6 +55,7 @@ options:
|
|||||||
is attached to an instance.
|
is attached to an instance.
|
||||||
required: false
|
required: false
|
||||||
default: False
|
default: False
|
||||||
|
type: bool
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Should the resource be present or absent.
|
- Should the resource be present or absent.
|
||||||
|
|||||||
Reference in New Issue
Block a user