Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cisagov/kali-packer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 072da6242e6b7e774a245a4ce95a2768794d7600
Choose a base ref
..
head repository: cisagov/kali-packer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 433311f028ad2ed5b3672eeec825c9f2f0a21bfb
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/packer.pkr.hcl
2 changes: 1 addition & 1 deletion src/packer.pkr.hcl
Original file line number Diff line number Diff line change
@@ -210,7 +210,7 @@ build {

provisioner "ansible" {
ansible_env_vars = ["AWS_DEFAULT_REGION=${var.build_region}"]
extra_arguments = ["-vvvv", "--extra-vars", "{build_bucket: ${var.build_bucket}}"]
extra_arguments = ["--extra-vars", "{build_bucket: ${var.build_bucket}}"]
playbook_file = "src/playbook.yml"
use_proxy = false
use_sftp = true