chore(bootstrap): update ubuntu non-lts codename to questing (25.10)

This commit is contained in:
2026-02-22 03:08:54 +01:00
parent d586c087f8
commit fb69c96e4a

View File

@@ -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) }}"