26 lines
566 B
YAML
26 lines
566 B
YAML
---
|
|
# defaults file for apt
|
|
|
|
apt_distribution_name: debian
|
|
apt_distribution_release: bookworm
|
|
apt_distribution_sections: main
|
|
|
|
apt_repositories: []
|
|
# Exemple:
|
|
# - url: http://deb.debian.org/debian
|
|
# suites: sid
|
|
# components: main
|
|
# key_path: /usr/share/keyrings/debian-archive-keyring.gpg
|
|
# - url: https://pkgs.zabbly.com/incus/stable
|
|
# suites: bookworm
|
|
# components: main
|
|
# key_url: https://pkgs.zabbly.com/key.asc
|
|
# key_path: /etc/apt/keyrings/incus.asc
|
|
|
|
apt_preferences: []
|
|
|
|
apt_remove: []
|
|
apt_install: []
|
|
|
|
apt_full_upgrade: false
|