made wait default to True in ec2_snapshot

This commit is contained in:
Hagai Kariti 2015-03-12 16:10:17 +02:00 committed by Matt Clay
parent fcd2b354b2
commit 83aff77c26

View file

@ -136,7 +136,7 @@ def main():
instance_id = dict(),
snapshot_id = dict(),
device_name = dict(),
wait = dict(type='bool', default='false'),
wait = dict(type='bool', default=True),
wait_timeout = dict(type='int', default=0),
snapshot_max_age = dict(type='int', default=0),
snapshot_tags = dict(type='dict', default=dict()),