Add ec2_vol snapshot example from #4189

This commit is contained in:
James Tanner 2014-01-28 09:58:13 -05:00
parent e655d54c17
commit 98ff0f500e

View file

@ -102,6 +102,12 @@ EXAMPLES = '''
iops: 200
device_name: sdd
# Example using snapshot id
- local_action:
module: ec2_vol
instance: XXXXXX
snapshot: "{{ snapshot }}"
# Playbook example combined with instance launch
- local_action:
module: ec2