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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user