From 21355d51d8a7f102f801320d89d35b9226342182 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Thu, 3 May 2018 10:36:08 -0500 Subject: [PATCH] fix sanity checks to make shippable happy (#39685) Signed-off-by: Adam Miller --- lib/ansible/modules/cloud/openstack/os_volume_snapshot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_volume_snapshot.py b/lib/ansible/modules/cloud/openstack/os_volume_snapshot.py index a2dd16189368cf..66a51b5d812bb7 100644 --- a/lib/ansible/modules/cloud/openstack/os_volume_snapshot.py +++ b/lib/ansible/modules/cloud/openstack/os_volume_snapshot.py @@ -43,7 +43,7 @@ description: - String describing the snapshot required: false - default: None + default: null aliases: ['description'] volume: description: @@ -55,6 +55,7 @@ is attached to an instance. required: false default: False + type: bool state: description: - Should the resource be present or absent.