From d49a09d05e666562344c8f5c1d8a47ffb756f83e 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 a2dd161893..66a51b5d81 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 @@ options: description: - String describing the snapshot required: false - default: None + default: null aliases: ['description'] volume: description: @@ -55,6 +55,7 @@ options: is attached to an instance. required: false default: False + type: bool state: description: - Should the resource be present or absent.