mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
6 lines
185 B
Python
6 lines
185 B
Python
|
|
|
|
def tasks(tasklist, manifest):
|
|
from ebs import CreateVolumeFromSnapshot
|
|
from providers.ec2.tasks.ebs import CreateVolume
|
|
tasklist.replace(CreateVolume, CreateVolumeFromSnapshot())
|