There is no VM < Bullseye

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2022-07-30 17:34:42 +02:00
parent a686970b0f
commit de76ae0085
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 0 additions and 4 deletions

View File

@ -1,12 +1,8 @@
{{ ansible_header | comment }}
# Mises à jour de sécurité
{% if ansible_distribution_release == "bullseye" %}
deb {{ apt.mirror }}debian-security {{ ansible_distribution_release }}-security main contrib non-free
{% else %}
deb {{ apt.mirror }}debian-security {{ ansible_distribution_release }}/updates main contrib non-free
{% endif %}
# Dépôt classique
deb {{ apt.mirror }}debian {{ ansible_distribution_release }} main contrib non-free