From 0a6b6c207ffadb35f5f4ce42bfc00816543c334e Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 8 Nov 2024 15:45:38 +0100 Subject: [PATCH] Add support for Noble (#59) * Add support for Noble * Fix failing test --- .github/workflows/ci.yml | 2 ++ Vagrantfile | 7 +++++++ meta/main.yml | 4 ++-- vars/main.yml | 1 + 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0959469..054297c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Vagrantfile b/Vagrantfile index 6e225bf..4e0b72f 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" + }, ] Vagrant.configure("2") do |config| diff --git a/meta/main.yml b/meta/main.yml index 4713202..0a33ae9 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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 @@ -14,6 +13,7 @@ galaxy_info: - bionic - focal - jammy + - noble galaxy_tags: - system - r diff --git a/vars/main.yml b/vars/main.yml index c9bf11c..8a519e4 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -8,6 +8,7 @@ r_repository: r_dependencies_pre: - software-properties-common - dirmngr + - gpg-agent - apt-transport-https r_dependencies: