Skip to content

Commit

Permalink
Add support for Noble (#59)
Browse files Browse the repository at this point in the history
* Add support for Noble

* Fix failing test
  • Loading branch information
tersmitten authored Nov 8, 2024
1 parent 2f4a975 commit 0a6b6c2
Show file tree
Hide file tree
Showing 4 changed files with 12 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
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ r_repository:
r_dependencies_pre:
- software-properties-common
- dirmngr
- gpg-agent
- apt-transport-https

r_dependencies:
Expand Down

0 comments on commit 0a6b6c2

Please sign in to comment.