Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed May 22, 2024
1 parent dbc931e commit f806e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ build {

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

0 comments on commit f806e19

Please sign in to comment.