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.