mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-07 17:40:30 +00:00
parent
aa1f8cf189
commit
80d0dfb939
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ import tasks.packages
|
|||
from bootstrapvz.common.tasks import loopback
|
||||
from bootstrapvz.common.tasks import initd
|
||||
from bootstrapvz.common.tasks import ssh
|
||||
from bootstrapvz.common.tasks import volume
|
||||
import bootstrapvz.plugins.cloud_init.tasks
|
||||
|
||||
|
||||
|
@ -43,6 +44,7 @@ def resolve_tasks(taskset, manifest):
|
|||
|
||||
loopback.MoveImage,
|
||||
tasks.image.CreateTarball,
|
||||
volume.Delete,
|
||||
])
|
||||
|
||||
if 'gcs_destination' in manifest.image:
|
||||
|
|
Loading…
Add table
Reference in a new issue