From 8fc2f26adc11849838b1b3b678781ecbf443c54c Mon Sep 17 00:00:00 2001 From: lolli001 Date: Wed, 31 Jul 2024 19:00:02 -0400 Subject: [PATCH] Incorrect yaml name --- build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.pkr.hcl b/build.pkr.hcl index 830b06c..63c860a 100644 --- a/build.pkr.hcl +++ b/build.pkr.hcl @@ -19,7 +19,7 @@ build { sources = ["source.amazon-ebs.rhel"] provisioner "ansible" { - playbook_file = "${var.ansible_dir}/rhel-baseline.yml" + playbook_file = "${var.ansible_dir}/rhel-arm-baseline.yaml" } post-processor "shell-local" {