Skip to content

Commit

Permalink
Updated path for provision_image.yml
Browse files Browse the repository at this point in the history
Updated path in build.pkr.hcl for path to provision_image.yml
  • Loading branch information
Chris-green-stfc committed Jan 6, 2025
1 parent a066b73 commit a63c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_builders/packfiles/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a63c45c

Please sign in to comment.