Remove redundant task;Refactor packer vm name
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-04-05 16:51:42 +02:00
parent db090ac564
commit 4e6a0549b5
3 changed files with 5 additions and 9 deletions

View File

@ -6,7 +6,7 @@ packer {
build {
source "vsphere-iso.ubuntu" {
name = "bootstrap"
vm_name = "ova.bootstrap-${var.vm_name}"
vm_name = "bld_${var.vm_name}_bootstrap"
export {
images = false
@ -16,7 +16,7 @@ build {
source "vsphere-iso.ubuntu" {
name = "upgrade"
vm_name = "ova.upgrade-${var.vm_name}"
vm_name = "bld_${var.vm_name}_upgrade"
export {
images = false