[apt] Fix apt sources template

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-21 21:43:58 +02:00
parent 3b43708a17
commit e079121cc7
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ deb {{ debian_mirror }}-security {{ ansible_distribution_release }}/updates
{% else %}
deb {{ debian_mirror }}-security {{ ansible_distribution_release }}-security {{ debian_components }}
{% endif %}
{% endif %}
# Dépôt classique
deb {{ debian_mirror }} {{ ansible_distribution_release }} {{ debian_components }}