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}" }