mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
7 lines
131 B
Python
7 lines
131 B
Python
![]() |
import tasks
|
||
|
|
||
|
|
||
|
def resolve_tasks(taskset, manifest):
|
||
|
taskset.add(tasks.InstallCloudSDK)
|
||
|
taskset.add(tasks.RemoveCloudSDKTarball)
|