fix(global_defaults): use archive.ubuntu.com instead of mirror redirector
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
}}
|
}}
|
||||||
_mirror_defaults:
|
_mirror_defaults:
|
||||||
debian: "https://deb.debian.org/debian/"
|
debian: "https://deb.debian.org/debian/"
|
||||||
ubuntu: "http://mirror.ubuntu.com/ubuntu/"
|
ubuntu: "http://archive.ubuntu.com/ubuntu/"
|
||||||
ubuntu-lts: "http://mirror.ubuntu.com/ubuntu/"
|
ubuntu-lts: "http://archive.ubuntu.com/ubuntu/"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
system_cfg:
|
system_cfg:
|
||||||
# --- Identity & platform ---
|
# --- Identity & platform ---
|
||||||
|
|||||||
@@ -38,8 +38,8 @@
|
|||||||
# Same as _normalize_system.yml — kept in sync manually.
|
# Same as _normalize_system.yml — kept in sync manually.
|
||||||
_mirror_defaults:
|
_mirror_defaults:
|
||||||
debian: "https://deb.debian.org/debian/"
|
debian: "https://deb.debian.org/debian/"
|
||||||
ubuntu: "http://mirror.ubuntu.com/ubuntu/"
|
ubuntu: "http://archive.ubuntu.com/ubuntu/"
|
||||||
ubuntu-lts: "http://mirror.ubuntu.com/ubuntu/"
|
ubuntu-lts: "http://archive.ubuntu.com/ubuntu/"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
system_cfg: >-
|
system_cfg: >-
|
||||||
{{
|
{{
|
||||||
|
|||||||
Reference in New Issue
Block a user