ansible-roles/apt/templates/buster_basics.list.j2

6 lines
301 B
Plaintext
Raw Permalink Normal View History

2019-06-17 14:24:09 +02:00
# {{ ansible_managed }}
deb http://mirror.evolix.org/debian buster {{ apt_basics_components | mandatory }}
2023-11-30 15:30:22 +01:00
deb http://mirror.evolix.org/debian buster-updates {{ apt_basics_components | mandatory }}
2019-06-17 14:24:09 +02:00
deb http://security.debian.org/debian-security buster/updates {{ apt_basics_components | mandatory }}