Skip to content

Commit

Permalink
Merge pull request #38 from Appsilon/feat/ubuntu-2204-support
Browse files Browse the repository at this point in the history
feat: add vars for Ubuntu 22.04 (jammy)
  • Loading branch information
koralowiec authored Mar 4, 2024
2 parents 6069425 + ddcc591 commit 92cd538
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
include:
- distro: ubuntu2004
ansible-version: '>=2.11.5'
- distro: ubuntu2204
ansible-version: '>=2.11.5'
- distro: rockylinux8
ansible-version: '>=2.11.5'

Expand Down
12 changes: 12 additions & 0 deletions vars/_jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# vars file
---
rstudio_sssd_dependencies:
- sssd-ad
- sssd-tools
- sssd-dbus
- realmd
- adcli

rstudio_workbench_download_url: "https://download2.rstudio.org/server/jammy/{{ rstudio_workbench_machine_map[ansible_machine] }}/rstudio-workbench-{{ rstudio_workbench_version }}-{{ rstudio_workbench_machine_map[ansible_machine] }}.deb"

r_download_url: "https://cdn.rstudio.com/r/ubuntu-{{ ansible_lsb.release | replace('.', '') }}/pkgs"

0 comments on commit 92cd538

Please sign in to comment.