Skip to content

Commit

Permalink
fix sanity checks to make shippable happy (ansible#39685)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Miller <admiller@redhat.com>
  • Loading branch information
maxamillion authored and ilicmilan committed Aug 15, 2018
1 parent 573dc77 commit 21355d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ansible/modules/cloud/openstack/os_volume_snapshot.py
Expand Up @@ -43,7 +43,7 @@
description:
- String describing the snapshot
required: false
default: None
default: null
aliases: ['description']
volume:
description:
Expand All @@ -55,6 +55,7 @@
is attached to an instance.
required: false
default: False
type: bool
state:
description:
- Should the resource be present or absent.
Expand Down

0 comments on commit 21355d5

Please sign in to comment.