Skip to content

Commit

Permalink
Merge pull request #34 from Appsilon/feat/ubuntu-22.04-support-CU-862…
Browse files Browse the repository at this point in the history
…j9hv98

feat: add support for Ubuntu 22.04
  • Loading branch information
koralowiec authored Mar 31, 2023
2 parents 41707ca + 3ca7eb8 commit ba13b48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
scenario: [default, with-python]
distro: [ubuntu2004]
distro: [ubuntu2004, ubuntu2204]
ansible-version: ['>=2.11.5']

steps:
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ galaxy_info:
- name: Ubuntu
versions:
- focal
- jammy
- name: EL
versions:
- "8"
Expand Down
3 changes: 3 additions & 0 deletions vars/_jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# vars file
---
rstudio_connect_download_url: "https://cdn.rstudio.com/connect/{{ rstudio_connect_version_short }}/rstudio-connect_{{ rstudio_connect_version }}~ubuntu22_{{ rstudio_connect_machine_map[ansible_machine] }}.deb"

0 comments on commit ba13b48

Please sign in to comment.