diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:34 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-11 00:33:34 +0200 |
| commit | c8cdf4fc65e66130896b2a6e7af92e9b4a4d77aa (patch) | |
| tree | 01a4bab700fc8c8163c857d41c222ece90b25663 /roles/bootstrap/vars | |
| parent | 6b20b109fd455ffa71351890a18940e7da326229 (diff) | |
Add ci testing
Diffstat (limited to 'roles/bootstrap/vars')
| -rw-r--r-- | roles/bootstrap/vars/ubuntu.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/bootstrap/vars/ubuntu.yml b/roles/bootstrap/vars/ubuntu.yml index 1116087..d5816de 100644 --- a/roles/bootstrap/vars/ubuntu.yml +++ b/roles/bootstrap/vars/ubuntu.yml @@ -2,7 +2,7 @@ bootstrap_distro: name: "noble" # => Ubuntu 24.04 mirror_url: "http://archive.ubuntu.com/ubuntu/" - install_packages: + packages: - "linux-generic-hwe-24.04" - "systemd-boot" - "systemd-boot-efi" |
