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: