mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Rename image_commands task module to "tasks"
This commit is contained in:
parent
4cca325fb4
commit
65e3f37520
2 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ def validate_manifest(data, schema_validate):
|
||||||
|
|
||||||
|
|
||||||
def resolve_tasks(tasklist, manifest):
|
def resolve_tasks(tasklist, manifest):
|
||||||
from image_commands import ImageExecuteCommand
|
from tasks import ImageExecuteCommand
|
||||||
tasklist.add(ImageExecuteCommand)
|
tasklist.add(ImageExecuteCommand)
|
||||||
|
|
Loading…
Add table
Reference in a new issue