diff --git a/packer/source.pkr.hcl b/packer/source.pkr.hcl index f7efa8a..c2a6de5 100644 --- a/packer/source.pkr.hcl +++ b/packer/source.pkr.hcl @@ -56,6 +56,6 @@ source "vsphere-iso" "ubuntu" { remove_cdrom = true export { - output_directory = "/scratch" + output_directory = "/data/scratch" } }