From 3242d5a895a4db8ed789d3c58d322c549ee022ae Mon Sep 17 00:00:00 2001 From: Sandwich Date: Sun, 22 Feb 2026 03:08:54 +0100 Subject: [PATCH] chore(bootstrap): update ubuntu non-lts codename to questing (25.10) --- roles/bootstrap/tasks/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bootstrap/tasks/ubuntu.yml b/roles/bootstrap/tasks/ubuntu.yml index 1456910..e024768 100644 --- a/roles/bootstrap/tasks/ubuntu.yml +++ b/roles/bootstrap/tasks/ubuntu.yml @@ -3,7 +3,7 @@ vars: # ubuntu = latest non-LTS, ubuntu-lts = latest LTS bootstrap_ubuntu_release_map: - ubuntu: plucky + ubuntu: questing ubuntu-lts: noble bootstrap_ubuntu_release: "{{ bootstrap_ubuntu_release_map[os] | default('noble') }}" _config: "{{ lookup('vars', bootstrap_var_key) }}"