diff --git a/ubuntu24/packer.pkr.hcl b/ubuntu24/packer.pkr.hcl index 4635f98..3f1ff78 100644 --- a/ubuntu24/packer.pkr.hcl +++ b/ubuntu24/packer.pkr.hcl @@ -121,7 +121,7 @@ source "proxmox-iso" "template" { ssh_timeout = "20m" ssh_username = "${var.template_username}" ssh_password = "${var.template_password}" - template_description = "${var.template_description}" + template_description = "${var.template_description} - Created on ${formatdate("DD-MM-YYYY", timestamp())}" template_name = "${var.template_name}" unmount_iso = true username = "${var.proxmox_username}"