summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-04-27 03:47:39 +0200
committerChristian Pointner <equinox@spreadspace.org>2024-04-27 03:47:39 +0200
commit17743e808b166a727e7013490575031c9bad01d5 (patch)
tree22757cb14c65d1609deca351fdb6dd10cd990ddc /roles
parentautoselection for installer_variant and some more ubunut noble fixes (diff)
some more refinements for ubuntu noble
Diffstat (limited to 'roles')
-rw-r--r--roles/installer/ubuntu/autoinstall/templates/autoinstall.yml.j22
1 files changed, 1 insertions, 1 deletions
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 %}