ansible/roles/dokuwiki/templates/apt/buster.list.j2

12 lines
286 B
Plaintext
Raw Normal View History

# /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