Skip to content

Commit 9934a98

Browse files
committed
Drop Ubuntu 20.04 and add Ubuntu 24.04
1 parent 308986a commit 9934a98

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
matrix:
3939
distro:
4040
- debian12
41-
- ubuntu2004
4241
- ubuntu2204
42+
- ubuntu2404
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ galaxy_info:
1111
- bookworm
1212
- name: Ubuntu
1313
versions:
14-
- focal
1514
- jammy
15+
- noble
1616
galaxy_tags:
1717
- system
1818
- networking
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
__netbox_python_packages:
3-
- python3.10
4-
- python3.10-dev
3+
- python3.12
4+
- python3.12-dev
55
- python3-venv
66
- python3-pip
77
__netbox_postgresql_packages:
@@ -27,9 +27,9 @@ __netbox_ldap_packages:
2727
__netbox_web_frontend_packages:
2828
- apache2
2929
- apache2-utils
30-
- libapache2-mod-wsgi-py3
30+
- libapache2-mod-wsgi
3131

32-
netbox_python_binary: /usr/bin/python3.10
32+
netbox_python_binary: /usr/bin/python3.12
3333

3434
netbox_postgresql_service: postgresql
3535
netbox_postgresql_user: postgres

vars/ubuntu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
__netbox_python_packages:
3-
- python3.8
4-
- python3.8-dev
3+
- python3.10
4+
- python3.10-dev
55
- python3-venv
66
- python3-pip
77
__netbox_postgresql_packages:
@@ -27,9 +27,9 @@ __netbox_ldap_packages:
2727
__netbox_web_frontend_packages:
2828
- apache2
2929
- apache2-utils
30-
- libapache2-mod-wsgi
30+
- libapache2-mod-wsgi-py3
3131

32-
netbox_python_binary: /usr/bin/python3.8
32+
netbox_python_binary: /usr/bin/python3.10
3333

3434
netbox_postgresql_service: postgresql
3535
netbox_postgresql_user: postgres

0 commit comments

Comments
 (0)