From bf1995b532916629c3f4d4ac573945d06264c705 Mon Sep 17 00:00:00 2001 From: Jakob Lechner Date: Thu, 7 Jul 2022 20:22:56 +0000 Subject: [PATCH] attempt to create ansible temp dir --- packer/debian-bullseye.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/packer/debian-bullseye.yaml b/packer/debian-bullseye.yaml index fd0f862..f4dcc0e 100644 --- a/packer/debian-bullseye.yaml +++ b/packer/debian-bullseye.yaml @@ -63,6 +63,7 @@ provisioners: type: shell - inline: - apt-get -y install openssh-server python lsb-release + - mkdir -p /root/.ansible/tmp type: shell - playbook_file: ansible/playbook.yml type: ansible