Skip to content

Commit

Permalink
Remove support for Ubuntu 20 and add support for Ubuntu 24 (#4)
Browse files Browse the repository at this point in the history
* Remove support for Ubuntu 20 and add support for Ubuntu 24

* wip

* wip

* wip
  • Loading branch information
boutetnico authored Aug 7, 2024
1 parent 3756f14 commit 30d64b3
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Supported Platforms

- [Debian - 11 (Bullseye)](https://wiki.debian.org/DebianBullseye)
- [Debian - 12 (Bookworm)](https://wiki.debian.org/DebianBookworm)
- [Ubuntu - 20.04 (Focal Fossa)](http://releases.ubuntu.com/20.04/)
- [Ubuntu - 22.04 (Jammy Jellyfish)](http://releases.ubuntu.com/22.04/)
- [Ubuntu - 24.04 (Noble Numbat)](http://releases.ubuntu.com/24.04/)

Role Variables
--------------
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ galaxy_info:
platforms:
- name: Ubuntu
versions:
- focal
- jammy
- noble
- name: Debian
versions:
- bookworm
Expand Down
8 changes: 4 additions & 4 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ platforms:
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
- name: ansible-role-tigervnc-ubuntu-2004
image: ubuntu:20.04
- name: ansible-role-tigervnc-ubuntu-2204
image: ubuntu:22.04
command: /lib/systemd/systemd
tmpfs:
- /run
- /run/lock
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
cgroupns_mode: host
- name: ansible-role-tigervnc-ubuntu-2204
image: ubuntu:22.04
- name: ansible-role-tigervnc-ubuntu-2404
image: ubuntu:24.04
command: /lib/systemd/systemd
tmpfs:
- /run
Expand Down
1 change: 0 additions & 1 deletion vars/Debian-bookworm.yml → vars/Debian-bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
tigervnc_packages:
- tigervnc-common
- tigervnc-standalone-server
- tigervnc-tools
5 changes: 0 additions & 5 deletions vars/Ubuntu-jammy.yml

This file was deleted.

1 change: 1 addition & 0 deletions vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
tigervnc_packages:
- tigervnc-common
- tigervnc-standalone-server
- tigervnc-tools

0 comments on commit 30d64b3

Please sign in to comment.