mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Remove duplicate task addition
This commit is contained in:
parent
387aa62750
commit
977b1f290f
1 changed files with 1 additions and 2 deletions
|
@ -54,8 +54,7 @@ def tasks(tasklist, manifest):
|
|||
cleanup.ClearMOTD,
|
||||
cleanup.CleanTMP,
|
||||
|
||||
loopback.MoveImage,
|
||||
workspace.DeleteWorkspace)
|
||||
loopback.MoveImage)
|
||||
|
||||
if manifest.bootstrapper.get('tarball', False):
|
||||
tasklist.add(bootstrap.MakeTarball)
|
||||
|
|
Loading…
Add table
Reference in a new issue