mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Fix some task ordering warnings
This commit is contained in:
parent
c81eacf02f
commit
ee18fc84ca
2 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,6 @@ class AddManifestPreferences(Task):
|
|||
class InstallTrustedKeys(Task):
|
||||
description = 'Installing trusted keys'
|
||||
phase = phases.package_installation
|
||||
predecessors = [ValidateTrustedKeys]
|
||||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
|
|
|
@ -28,7 +28,7 @@ class CheckBoxPath(Task):
|
|||
class CreateVagrantBoxDir(Task):
|
||||
description = 'Creating directory for the vagrant box'
|
||||
phase = phases.preparation
|
||||
predecessors = [workspace.CreateWorkspace, CheckBoxPath]
|
||||
predecessors = [workspace.CreateWorkspace]
|
||||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
|
|
Loading…
Add table
Reference in a new issue