From a61491acf3937dc7b741729078843e9d2155a3ce Mon Sep 17 00:00:00 2001 From: rblundon Date: Mon, 22 Sep 2025 10:26:25 -0500 Subject: [PATCH] fix path --- .../04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl index e240f9e..ae1a320 100755 --- a/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl +++ b/infra-config/04-vm-templates/ubuntu-24.04.03/ubuntu-24.04.pkr.hcl @@ -95,7 +95,7 @@ source "proxmox-iso" "ubuntu-2404" { ssh_timeout = "120m" ssh_username = "${var.ssh_username}" # ssh_password = "${var.ssh_password}" - ssh_private_key_file = "files/ansible.pub" + ssh_private_key_file = "./files/ansible.pub" template_description = "Ubuntu 24.04.3, generated on ${timestamp()}" template_name = "${var.vm_name}" }