From 66be1bc449db7e3061e5b5dc1038cef7cd47ddc3 Mon Sep 17 00:00:00 2001 From: Jeremy Frasier Date: Mon, 16 Dec 2024 14:03:40 -0500 Subject: [PATCH] Increase Ansible verbosity to help debug failing build --- build.pkr.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/build.pkr.hcl b/build.pkr.hcl index ce71e66..589dd96 100644 --- a/build.pkr.hcl +++ b/build.pkr.hcl @@ -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