role_apt/defaults/main.yml

20 lines
395 B
YAML
Raw Normal View History

2022-10-24 14:02:08 +00:00
---
# defaults file for apt
apt_distribution_name: debian
apt_distribution_release: bullseye
apt_distribution_sections: main
2023-11-28 09:57:22 +00:00
apt_repositories: []
# Exemple:
# - name: incus
# key: https://pkgs.zabbly.com/key.asc
# url: https://pkgs.zabbly.com/incus/stable
# distribution_release: bookworm
# distribution_section: main
2022-10-24 14:02:08 +00:00
apt_remove: []
apt_install: []
2023-11-28 09:57:22 +00:00
apt_full_upgrade: false