fix(apt): Update Debian repo handling for Debian 13

We're now using the built-in deb822_repository module to handle
Debian package repositories. We no longer need individual yml files
per repo and instead perform just one loop call of the
deb822_repository module. We also update repo content to Proxmox VE 9
and Debian 13.
This commit is contained in:
2025-08-11 02:51:07 +02:00
parent d1995f0aa5
commit ac99a254c3
7 changed files with 109 additions and 86 deletions

View File

@@ -1,8 +1,5 @@
# SPDX-License-Identifier: MIT
- import_tasks: 'repo-enable-free.yml'
- import_tasks: 'repo-enable-non-free.yml'
- import_tasks: 'repo-disable-pve-enterprise.yml'
- import_tasks: 'repo-disable-ceph-enterprise.yml'
- import_tasks: 'repos.yml'
- import_tasks: 'repo-remove-nag-screen.yml'
- import_tasks: 'web-ui-get-git-repo-for-reloads.yml'
- import_tasks: 'web-ui-port-443.yml'