diff --git a/packer/ubuntuserver20.04.pkr.hcl b/packer/ubuntuserver20.04.pkr.hcl index 54e5898..a5790d2 100644 --- a/packer/ubuntuserver20.04.pkr.hcl +++ b/packer/ubuntuserver20.04.pkr.hcl @@ -73,6 +73,9 @@ build { ansible_env_vars = [ "ANSIBLE_CONFIG=ansible/ansible.cfg" ] + extra_arguments = [ + "-vvv" + ] } post-processor "shell-local" {