From 3c9441a3838ed8d4d2dc2642451177fb13091822 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 7 May 2026 16:05:24 +0200 Subject: Fix hard-coded ubuntu distro name --- roles/bootstrap/vars/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/bootstrap') diff --git a/roles/bootstrap/vars/ubuntu.yml b/roles/bootstrap/vars/ubuntu.yml index 4708aff..794edbf 100644 --- a/roles/bootstrap/vars/ubuntu.yml +++ b/roles/bootstrap/vars/ubuntu.yml @@ -1,6 +1,6 @@ --- bootstrap_distro: - name: "noble" # => Ubuntu 24.04 + name: "{{ ansible_facts['distribution_release'] }}" mirror_url: "http://archive.ubuntu.com/ubuntu/" packages: - "linux-generic" -- cgit v1.2.3