There is no VM < Bullseye
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user