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.
6 lines
196 B
YAML
6 lines
196 B
YAML
# SPDX-License-Identifier: MIT
|
|
- 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'
|