Skip to content

Commit cae38c4

Browse files
committed
fix: upload
1 parent ce3c706 commit cae38c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stage2-nix-psql.pkr.hcl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ build {
115115
destination = "/tmp/ansible-playbook"
116116
}
117117

118+
provisioner "file" {
119+
source = "audit-specs"
120+
destination = "/tmp/ansible-playbook"
121+
}
122+
118123
provisioner "shell" {
119124
environment_vars = [
120125
"GIT_SHA=${var.git_sha}",

0 commit comments

Comments
 (0)