remove packages
This commit is contained in:
@@ -13,7 +13,7 @@ packer {
|
||||
source = "github.com/hashicorp/ansible"
|
||||
}
|
||||
name = {
|
||||
version = "~> 1"
|
||||
version = ">= 1.2.3"
|
||||
source = "github.com/hashicorp/proxmox"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -16,7 +16,7 @@ packer {
|
||||
source = "github.com/hashicorp/ansible"
|
||||
}
|
||||
name = {
|
||||
version = "~> 1"
|
||||
version = ">= 1.2.3"
|
||||
source = "github.com/hashicorp/proxmox"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user