[apt] Fix apt sources template
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
3b43708a17
commit
e079121cc7
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue