From 522d95694bee15850b6d3aae3ef435cb589d951a Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Thu, 7 Jul 2022 19:57:26 +0000 Subject: [PATCH] Increase ansible verbosity --- packer/debian-bullseye.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packer/debian-bullseye.yaml b/packer/debian-bullseye.yaml index 121eaaf..fd0f862 100644 --- a/packer/debian-bullseye.yaml +++ b/packer/debian-bullseye.yaml @@ -70,6 +70,7 @@ provisioners: ansible_env_vars: - "ANSIBLE_SSH_ARGS='-o HostkeyAlgorithms=+ssh-rsa -o PubkeyAcceptedAlgorithms=+ssh-rsa'" - "ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3" + - "ANSIBLE_VERBOSITY=4" - inline: - rm /boot && mkdir /boot type: shell