summaryrefslogtreecommitdiff
path: root/roles/cloud-install/templates/hetzner_postinst.sh.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cloud-install/templates/hetzner_postinst.sh.j2')
-rw-r--r--roles/cloud-install/templates/hetzner_postinst.sh.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/cloud-install/templates/hetzner_postinst.sh.j2 b/roles/cloud-install/templates/hetzner_postinst.sh.j2
index 2835b477..0061677d 100644
--- a/roles/cloud-install/templates/hetzner_postinst.sh.j2
+++ b/roles/cloud-install/templates/hetzner_postinst.sh.j2
@@ -4,7 +4,7 @@ set -euf -o pipefail
export DEBIAN_FRONTEND=noninteractive
apt-get update -q
apt-get full-upgrade -y -q
-apt-get install -y -q --no-install-recommends openssh-server python
+apt-get install -y -q --no-install-recommends openssh-server python python-apt
passwd -d root && passwd -l root
{% if install_distro == "debian" %}