File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3838 matrix :
3939 distro :
4040 - debian12
41- - ubuntu2004
4241 - ubuntu2204
42+ - ubuntu2404
4343 steps :
4444 - uses : actions/checkout@v4
4545 with :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
3434netbox_postgresql_service : postgresql
3535netbox_postgresql_user : postgres
Original file line number Diff line number Diff line change 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
3434netbox_postgresql_service : postgresql
3535netbox_postgresql_user : postgres
You can’t perform that action at this time.
0 commit comments