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