From ea79d19be6e2971ca08a6aeafe0f24923388c1e8 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Tue, 5 Nov 2024 13:30:14 +0100 Subject: [PATCH] Add support for Noble --- .github/workflows/ci.yml | 1 + Vagrantfile | 9 ++++++++- meta/main.yml | 7 ++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02391ab..70e6297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,6 +51,7 @@ jobs: ansible-version: '>=9, <10' - distro: ubuntu2004 - distro: ubuntu2204 + - distro: ubuntu2404 steps: - name: Check out the codebase diff --git a/Vagrantfile b/Vagrantfile index 5daa6bf..e86d32d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -25,6 +25,13 @@ boxes = [ :cpu => "50", :ram => "512" }, + { + :name => "ubuntu-2404", + :box => "bento/ubuntu-24.04", + :ip => '10.0.0.16', + :cpu => "50", + :ram => "512" + }, { :name => "debian-10", :box => "bento/debian-10", @@ -44,7 +51,7 @@ boxes = [ :box => "bento/debian-12", :ip => '10.0.0.20', :cpu => "50", - :ram => "256" + :ram => "384" }, ] diff --git a/meta/main.yml b/meta/main.yml index 1891b88..739ab4f 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,14 +10,15 @@ galaxy_info: platforms: - name: Ubuntu versions: - - xenial - bionic - focal + - jammy + - noble - name: Debian versions: - - jessie - - stretch - buster + - bullseye + - bookworm galaxy_tags: - development - system