Skip to content

Commit fea9048

Browse files
authored
apt: fix mirror for buster (#48)
2 parents a138914 + 71566b7 commit fea9048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/apt/vars/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ apt__default_security_distro: |-
8080
apt__default_mirror: |-
8181
{{
8282
'http://deb.debian.org/debian/'
83-
if apt__distro_is_current else
83+
if apt__distro_ver is version('11', 'ge') else
8484
'http://archive.debian.org/debian/'
8585
}}
8686

0 commit comments

Comments
 (0)