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" source = "github.com/hashicorp/ansible"
} }
name = { name = {
version = "~> 1" version = ">= 1.2.3"
source = "github.com/hashicorp/proxmox" source = "github.com/hashicorp/proxmox"
} }
} }

View File

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

View File

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