roles/common: Use deb.debian.org instead of httpredir

Seems to be the evolution of httpredir.
This commit is contained in:
Alan Orth 2017-11-05 01:31:16 +02:00
parent d15c9851db
commit fec081d40a
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ deb http://{{ apt_mirror }}/ubuntu/ {{ ansible_distribution_release }}-updates m
deb http://archive.canonical.com/ubuntu {{ ansible_distribution_release }} partner
{% else %}
{% set apt_mirror = apt_mirror | default('httpredir.debian.org') %}
{% set apt_mirror = apt_mirror | default('deb.debian.org') %}
deb http://{{ apt_mirror }}/debian/ {{ ansible_distribution_release }} main contrib non-free
deb http://security.debian.org/ {{ ansible_distribution_release }}/updates main contrib non-free