11 lines
286 B
Text
11 lines
286 B
Text
# /etc/apt/sources.list.d/buster.list
|
|
# Deployed with Aurore Ansible !
|
|
{# #}
|
|
{# Default mirror #}
|
|
{% if debian_mirror is not defined %}
|
|
{% set debian_mirror = 'http://ftp.fr.debian.org/debian' %}
|
|
{% endif %}
|
|
|
|
deb {{ debian_mirror }} buster main
|
|
deb-src {{ debian_mirror }} buster main
|
|
|