diff --git a/packer/templates/ubuntu/ubuntu.pkr.hcl b/packer/templates/ubuntu/ubuntu.pkr.hcl index 5c4cc71e..1a6a713c 100644 --- a/packer/templates/ubuntu/ubuntu.pkr.hcl +++ b/packer/templates/ubuntu/ubuntu.pkr.hcl @@ -3,7 +3,7 @@ packer { required_plugins { proxmox = { source = "github.com/hashicorp/proxmox" - version = "1.1.3" + version = "v1.1.5" } ansible = { source = "github.com/hashicorp/ansible"