made `wait` default to True in ec2_snapshot

reviewable/pr18780/r1
Hagai Kariti 10 years ago committed by Toshio Kuratomi
parent a91db23b56
commit 1f447ad5ba

@ -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()),

Loading…
Cancel
Save