Commit 1584d8f0 by James Tanner

Add ec2_vol snapshot example from #4189

parent fca8ec3d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment