mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-25 15:56:29 +00:00
5 lines
92 B
Python
5 lines
92 B
Python
|
|
|
|
def resolve_tasks(taskset, manifest):
|
|
import tasks
|
|
taskset.add(tasks.OpenNebulaContext)
|