From 23ada025d53357896cfc4b0b09c8cdac3455dafc Mon Sep 17 00:00:00 2001 From: Thomas Manson Date: Mon, 29 Apr 2024 14:07:57 +1000 Subject: [PATCH] added anisble to plugins --- scripts/aws/uid2-operator-ami/plugins.pkr.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/aws/uid2-operator-ami/plugins.pkr.hcl b/scripts/aws/uid2-operator-ami/plugins.pkr.hcl index 423bff1b7..25e195405 100644 --- a/scripts/aws/uid2-operator-ami/plugins.pkr.hcl +++ b/scripts/aws/uid2-operator-ami/plugins.pkr.hcl @@ -4,5 +4,10 @@ packer { version = ">= 1.0.0" source = "github.com/hashicorp/amazon" } + + ansible = { + version = ">= 1.1.1" + source = "github.com/hashicorp/ansible" + } } }