Skip to content

Commit

Permalink
Merge pull request #18 from Oefenweb/update-latest-version
Browse files Browse the repository at this point in the history
Change the latest version to 2023.12.1-402
  • Loading branch information
tersmitten authored Mar 28, 2024
2 parents 5319c21 + 855fa3f commit 1163834
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 29 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,8 @@ jobs:
fail-fast: false
matrix:
include:
- distro: debian10
- distro: debian11
- distro: debian12
- distro: ubuntu1804
- distro: ubuntu2004
- distro: ubuntu2204

Expand Down
14 changes: 0 additions & 14 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
role = File.basename(File.expand_path(File.dirname(__FILE__)))

boxes = [
{
:name => "ubuntu-1804",
:box => "bento/ubuntu-18.04",
:ip => '10.0.0.13',
:cpu => "50",
:ram => "384"
},
{
:name => "ubuntu-2004",
:box => "bento/ubuntu-20.04",
Expand All @@ -25,13 +18,6 @@ boxes = [
:cpu => "50",
:ram => "512"
},
{
:name => "debian-10",
:box => "bento/debian-10",
:ip => '10.0.0.18',
:cpu => "50",
:ram => "256"
},
{
:name => "debian-11",
:box => "bento/debian-11",
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# defaults file
---
rstudio_version: '2023.03.1-446'
rstudio_version: '2023.12.1-402'
rstudio_download_url: "{{ rstudio_preset_download_url }}"
rstudio_install: []
2 changes: 0 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- name: Debian
versions:
- buster
- bullseye
- bookworm
galaxy_tags:
Expand Down
2 changes: 1 addition & 1 deletion vars/_bullseye.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# vars file
---
rstudio_preset_download_url: "https://download1.rstudio.org/electron/bionic/{{ rstudio_machine_map[ansible_machine] }}/rstudio-{{ rstudio_version }}-{{ rstudio_machine_map[ansible_machine] }}.deb"
rstudio_preset_download_url: "https://download1.rstudio.org/electron/focal/{{ rstudio_machine_map[ansible_machine] }}/rstudio-{{ rstudio_version }}-{{ rstudio_machine_map[ansible_machine] }}.deb"
3 changes: 0 additions & 3 deletions vars/_buster.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vars/_focal.yml

This file was deleted.

3 changes: 0 additions & 3 deletions vars/_stretch.yml

This file was deleted.

0 comments on commit 1163834

Please sign in to comment.