Merge pull request #814 from bcoca/ec2_vol_noneinstance_docs

fix instance=None documentation
This commit is contained in:
Brian Coca 2015-02-18 14:18:35 -05:00
commit 4008460edb

View file

@ -24,7 +24,7 @@ version_added: "1.1"
options:
instance:
description:
- instance ID if you wish to attach the volume.
- instance ID if you wish to attach the volume. Since 1.9 you can set to None to detach.
required: false
default: null
aliases: []
@ -168,7 +168,7 @@ EXAMPLES = '''
id: vol-XXXXXXXX
state: absent
# Detach a volume
# Detach a volume (since 1.9)
- ec2_vol:
id: vol-XXXXXXXX
instance: None