remove packages

This commit is contained in:
2025-09-21 18:18:37 -05:00
parent c532e7b7de
commit dbd1c94ada
3 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ packer {
source = "github.com/hashicorp/ansible"
}
name = {
version = "~> 1"
version = ">= 1.2.3"
source = "github.com/hashicorp/proxmox"
}
}

View File

@@ -22,13 +22,13 @@ autoinstall:
primary:
- arches: [i386, amd64]
uri: "http://archive.ubuntu.com/ubuntu"
packages:
- curl
- unzip
- openssh-server
- util-linux-extra
- qemu-guest-agent
- cloud-init
# packages:
# - curl
# - unzip
# - openssh-server
# - util-linux-extra
# - qemu-guest-agent
# - cloud-init
user-data:
disable_root: false
late-commands:

View File

@@ -16,7 +16,7 @@ packer {
source = "github.com/hashicorp/ansible"
}
name = {
version = "~> 1"
version = ">= 1.2.3"
source = "github.com/hashicorp/proxmox"
}
}