We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a138914 + 71566b7 commit fea9048Copy full SHA for fea9048
roles/apt/vars/main.yaml
@@ -80,7 +80,7 @@ apt__default_security_distro: |-
80
apt__default_mirror: |-
81
{{
82
'http://deb.debian.org/debian/'
83
- if apt__distro_is_current else
+ if apt__distro_ver is version('11', 'ge') else
84
'http://archive.debian.org/debian/'
85
}}
86
0 commit comments