Skip to content

Commit

Permalink
Increase Ansible verbosity to help debug failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Dec 16, 2024
1 parent db801c5 commit 66be1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build {

provisioner "ansible" {
ansible_env_vars = ["AWS_DEFAULT_REGION=${var.build_region}"]
extra_arguments = ["-vvv"]
playbook_file = "ansible/playbook.yml"
use_proxy = false
use_sftp = true
Expand Down

0 comments on commit 66be1bc

Please sign in to comment.