mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-10-10 17:19:51 +00:00
providers/gce: add InstallInitScript task
This commit is contained in:
parent
551b01ea27
commit
fdf11fcc1a
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import tasks.image
|
|||
import tasks.host
|
||||
import tasks.packages
|
||||
from bootstrapvz.common.tasks import loopback
|
||||
from bootstrapvz.common.tasks import initd
|
||||
from bootstrapvz.common.tasks import ssh
|
||||
import bootstrapvz.plugins.cloud_init.tasks
|
||||
|
||||
|
@ -35,6 +36,7 @@ def resolve_tasks(taskset, manifest):
|
|||
|
||||
tasks.host.DisableIPv6,
|
||||
tasks.boot.ConfigureGrub,
|
||||
initd.InstallInitScripts,
|
||||
ssh.AddSSHKeyGeneration,
|
||||
tasks.apt.CleanGoogleRepositoriesAndKeys,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue