Skip to content

Commit 1835cae

Browse files
committed
fix: upload
1 parent f3a38a2 commit 1835cae

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
@@ -136,6 +136,11 @@ build {
136136
destination = "/tmp/ansible-playbook"
137137
}
138138

139+
provisioner "file" {
140+
source = "audit-specs"
141+
destination = "/tmp/ansible-playbook"
142+
}
143+
139144
provisioner "shell" {
140145
environment_vars = [
141146
"GIT_SHA=${var.git_sha}",

0 commit comments

Comments
 (0)