diff --git a/build.pkr.hcl b/build.pkr.hcl index ad892f6..ce71e66 100644 --- a/build.pkr.hcl +++ b/build.pkr.hcl @@ -31,7 +31,7 @@ build { provisioner "shell" { execute_command = "chmod +x {{ .Path }}; sudo env {{ .Vars }} bash {{ .Path }} ; rm -f {{ .Path }}" - script = "ansible/post_setup.sh" + script = "post_setup.sh" skip_clean = true } diff --git a/ansible/post_setup.sh b/post_setup.sh similarity index 100% rename from ansible/post_setup.sh rename to post_setup.sh