diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-07 16:05:24 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-07 16:05:24 +0200 |
| commit | 3c9441a3838ed8d4d2dc2642451177fb13091822 (patch) | |
| tree | 0b58e6c9c1add2e2cfa9f5bb558b704b6cb3caf7 /roles/bootstrap/vars/ubuntu.yml | |
| parent | 6d79109f08212e4fd55f89e4547ae66fc5d66e97 (diff) | |
Fix hard-coded ubuntu distro name
Diffstat (limited to 'roles/bootstrap/vars/ubuntu.yml')
| -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 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" |
