From b42e9a14ba3d6a1ee0d2ff5a6efb4bbe1c01eba1 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 8 Nov 2024 15:33:45 +0100 Subject: [PATCH] Add support for Noble --- .github/workflows/ci.yml | 1 + Vagrantfile | 9 ++++++++- meta/main.yml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02305bd..54e0ae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: - distro: debian12 - distro: ubuntu2004 - distro: ubuntu2204 + - distro: ubuntu2404 steps: - name: Check out the codebase diff --git a/Vagrantfile b/Vagrantfile index aef9510..187d831 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,6 +18,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-11", :box => "bento/debian-11", @@ -30,7 +37,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 6b87251..483a9db 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,9 +1,8 @@ # meta file --- galaxy_info: - namespace: oefenweb + author: oefenweb role_name: rstudio - author: Mischa ter Smitten company: Oefenweb.nl B.V. description: Set up (the latest version of) RStudio (IDE) in Debian-like systems license: MIT @@ -13,6 +12,7 @@ galaxy_info: versions: - focal - jammy + - noble - name: Debian versions: - bullseye