From b9fe42aaa83b535f6832a11f520cebb2c04bb335 Mon Sep 17 00:00:00 2001 From: koralowiec Date: Thu, 30 Mar 2023 13:40:04 +0200 Subject: [PATCH 1/2] feat: add support for Ubuntu 22.04 --- .github/workflows/ci.yml | 2 +- meta/main.yml | 1 + vars/_jammy.yml | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 vars/_jammy.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2f89d5..8c07f4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: scenario: [default, with-python] - distro: [ubuntu2004] + distro: [ubuntu2004,ubuntu2204] ansible-version: ['>=2.11.5'] steps: diff --git a/meta/main.yml b/meta/main.yml index e83ec57..4105303 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -11,6 +11,7 @@ galaxy_info: - name: Ubuntu versions: - focal + - jammy - name: EL versions: - "8" diff --git a/vars/_jammy.yml b/vars/_jammy.yml new file mode 100644 index 0000000..bc5c787 --- /dev/null +++ b/vars/_jammy.yml @@ -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" From a2cfbda85925f281cbe4824d4b06efeb821fc6a5 Mon Sep 17 00:00:00 2001 From: koralowiec Date: Thu, 30 Mar 2023 13:43:41 +0200 Subject: [PATCH 2/2] chore: fix lint error by adding missing space --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c07f4e..ca2d6ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: fail-fast: false matrix: scenario: [default, with-python] - distro: [ubuntu2004,ubuntu2204] + distro: [ubuntu2004, ubuntu2204] ansible-version: ['>=2.11.5'] steps: