From fae1c79d4b073c4c3941e25a9b59bc3c817be816 Mon Sep 17 00:00:00 2001 From: Mauro Ezequiel Moltrasio Date: Mon, 30 Sep 2024 12:10:46 +0200 Subject: [PATCH] Add Ubuntu 24.04 to the VMs used during testing --- ansible/group_vars/all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index bf19b74443..53623f86ab 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -113,6 +113,7 @@ virtual_machines: families: - ubuntu-2004-lts - ubuntu-2204-lts + - ubuntu-2404-lts-amd64 ubuntu-arm: project: ubuntu-os-cloud @@ -121,6 +122,7 @@ virtual_machines: families: - ubuntu-2004-lts-arm64 - ubuntu-2204-lts-arm64 + - ubuntu-2404-lts-arm64 ubuntu-os-pro: project: ubuntu-os-pro-cloud