mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +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(),
|
cleanup.CleanTMP(),
|
||||||
apt.PurgeUnusedPackages(),
|
apt.PurgeUnusedPackages(),
|
||||||
apt.AptClean(),
|
apt.AptClean(),
|
||||||
apt.EnableDaemonAutostart())
|
apt.EnableDaemonAutostart(),
|
||||||
|
filesystem.UnmountSpecials(),
|
||||||
|
filesystem.UnmountVolume(),
|
||||||
|
ebs.DetachVolume(),
|
||||||
|
filesystem.DeleteMountDir())
|
||||||
|
|
||||||
from common.tasks import TriggerRollback
|
from common.tasks import TriggerRollback
|
||||||
tasklist.add(TriggerRollback())
|
tasklist.add(TriggerRollback())
|
||||||
|
|
Loading…
Add table
Reference in a new issue