Skip to content

Commit

Permalink
Add support for Noble
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 8, 2024
1 parent 2f4a975 commit 818b1a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
matrix:
include:
- distro: ubuntu1804
ansible-version: '>=9, <10'
- distro: ubuntu2004
- distro: ubuntu2204
- distro: ubuntu2404

steps:
- name: Check out the codebase
Expand Down
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
]

Vagrant.configure("2") do |config|
Expand Down
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# meta file
---
galaxy_info:
namespace: oefenweb
author: oefenweb
role_name: latest_r
author: Mischa ter Smitten
company: Oefenweb.nl B.V.
description: Set up the latest version of R in Ubuntu systems
license: MIT
Expand All @@ -14,6 +13,7 @@ galaxy_info:
- bionic
- focal
- jammy
- noble
galaxy_tags:
- system
- r
Expand Down

0 comments on commit 818b1a6

Please sign in to comment.