From a63c45c47217ac41e1c91a2f805c69fcd68689ac Mon Sep 17 00:00:00 2001 From: Chris Green <138027265+Chris-green-stfc@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:31:01 +0000 Subject: [PATCH] Updated path for provision_image.yml Updated path in build.pkr.hcl for path to provision_image.yml --- os_builders/packfiles/build.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os_builders/packfiles/build.pkr.hcl b/os_builders/packfiles/build.pkr.hcl index a6d4a10..5409fa4 100644 --- a/os_builders/packfiles/build.pkr.hcl +++ b/os_builders/packfiles/build.pkr.hcl @@ -15,7 +15,7 @@ build{ provisioner "ansible" { user = "packer" - playbook_file = "../provision_image.yml" + playbook_file = "../playbooks/provision_image.yml" extra_arguments = [ # Include safety checks "--extra-vars", "provision_this_machine=true",