From f5ed60fa38459833746cfd8b16bf93dca50c8ed0 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 21 Aug 2023 09:39:05 +0200 Subject: [PATCH] build: Move to external packer plugins --- packer/build.pkr.hcl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packer/build.pkr.hcl b/packer/build.pkr.hcl index 55dbaed..86e2f10 100644 --- a/packer/build.pkr.hcl +++ b/packer/build.pkr.hcl @@ -1,5 +1,14 @@ packer { required_plugins { + vsphere = { + source = "github.com/hashicorp/vsphere" + version = "~> 1" + } + + ansible = { + source = "github.com/hashicorp/ansible" + version = "~> 1" + } } }