From d3e78a37b6d907ecbfc817db6ba4c7a71f8a96c3 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:33 +0200 Subject: Refactor bootstrap to have ubuntu specific tasks --- roles/bootstrap/vars/ubuntu.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roles/bootstrap/vars') diff --git a/roles/bootstrap/vars/ubuntu.yml b/roles/bootstrap/vars/ubuntu.yml index 829ecae..1116087 100644 --- a/roles/bootstrap/vars/ubuntu.yml +++ b/roles/bootstrap/vars/ubuntu.yml @@ -2,8 +2,10 @@ bootstrap_distro: name: "noble" # => Ubuntu 24.04 mirror_url: "http://archive.ubuntu.com/ubuntu/" - kernel_packages: + install_packages: - "linux-generic-hwe-24.04" + - "systemd-boot" + - "systemd-boot-efi" bootstrap_opts: "" -- cgit v1.2.3