mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Add unmount tasks to tasklist
squash! Add unmount tasks to tasklist
This commit is contained in:
parent
f5a2acf128
commit
5acd0a0dc3
1 changed files with 5 additions and 1 deletions
|
@ -62,7 +62,11 @@ def tasks(tasklist, manifest):
|
|||
cleanup.CleanTMP(),
|
||||
apt.PurgeUnusedPackages(),
|
||||
apt.AptClean(),
|
||||
apt.EnableDaemonAutostart())
|
||||
apt.EnableDaemonAutostart(),
|
||||
filesystem.UnmountSpecials(),
|
||||
filesystem.UnmountVolume(),
|
||||
ebs.DetachVolume(),
|
||||
filesystem.DeleteMountDir())
|
||||
|
||||
from common.tasks import TriggerRollback
|
||||
tasklist.add(TriggerRollback())
|
||||
|
|
Loading…
Add table
Reference in a new issue