mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Move AddNtpPackage task into the preparation phase
This commit is contained in:
parent
f88a1b0af5
commit
4df22e79f1
1 changed files with 1 additions and 3 deletions
|
@ -1,12 +1,10 @@
|
|||
from bootstrapvz.base import Task
|
||||
from bootstrapvz.common import phases
|
||||
from bootstrapvz.common.tasks import packages
|
||||
|
||||
|
||||
class AddNtpPackage(Task):
|
||||
description = 'Adding NTP Package'
|
||||
phase = phases.package_installation
|
||||
successors = [packages.InstallPackages]
|
||||
phase = phases.preparation
|
||||
|
||||
@classmethod
|
||||
def run(cls, info):
|
||||
|
|
Loading…
Add table
Reference in a new issue