Add deb822 repository configuration for Debian backports and security updates
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# {{ ansible_managed }}
|
||||
#
|
||||
# Managed by Ansible: deb822 definition for the Debian backports repository.
|
||||
# It enables deb-src only when apt_src_enable is true and sets Signed-By only
|
||||
# when apt_deb822_use_signed_by is enabled.
|
||||
Types: {{ 'deb deb-src' if apt_src_enable | default(true) | bool else 'deb' }}
|
||||
URIs: {{ apt_debian_mirror }}
|
||||
Suites: {{ ansible_facts['distribution_release'] }}-backports
|
||||
Components: main contrib non-free non-free-firmware
|
||||
{% if apt_deb822_use_signed_by | default(true) | bool %}
|
||||
Signed-By: {{ apt_deb822_signed_by_keyring | default('/usr/share/keyrings/debian-archive-keyring.gpg') }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user