role_apt/templates/debian-stable.list.j2

7 lines
452 B
Plaintext
Raw Normal View History

2023-09-21 12:54:10 +00:00
# {{ ansible_managed }}
deb http://deb.debian.org/debian {{ apt_distribution_release }} {{ apt_distribution_sections }}
deb http://security.debian.org/debian-security {{ apt_distribution_release }}-security {{ apt_distribution_sections }}
deb http://deb.debian.org/debian {{ apt_distribution_release }}-updates {{ apt_distribution_sections }}
deb https://deb.debian.org/debian/ {{ apt_distribution_release }}-backports {{ apt_distribution_sections }}