From 17743e808b166a727e7013490575031c9bad01d5 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 27 Apr 2024 03:47:39 +0200 Subject: some more refinements for ubuntu noble --- roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/installer') diff --git a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 index 7ab7fa91..1635e84f 100644 --- a/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 +++ b/roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j2 @@ -219,7 +219,7 @@ autoinstall: write_files: - content: | #!/bin/bash - apt-get -y -q purge cloud-init cloud-guest-utils cloud-initramfs-copymods cloud-initramfs-dyn-netconf sosreport update-notifier-common + apt-get -y -q purge cloud-init cloud-guest-utils cloud-initramfs-copymods cloud-initramfs-dyn-netconf sosreport update-notifier-common ubuntu-pro-client {% if ubuntu_autoinstall_desktop is undefined %} apt-get -y -q purge snapd python3-cryptography gpg ssh-import-id {% endif %} -- cgit v1.2.3