Skip to content

Commit e28c3ca

Browse files
committed
Use non-broken ubuntu package mirrors
1 parent 4f6e434 commit e28c3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ package_sync_group: ""
3030
deb_package_repos:
3131
# Base Ubuntu Focal 20.04 repositories
3232
- name: Ubuntu focal
33-
url: http://nova.clouds.archive.ubuntu.com/ubuntu/
33+
url: http://archive.ubuntu.com/ubuntu
3434
policy: immediate
3535
architectures: amd64
3636
components: main restricted universe multiverse
@@ -78,7 +78,7 @@ deb_package_repos:
7878

7979
# Base Ubuntu Jammy 22.04 repositories
8080
- name: Ubuntu jammy
81-
url: http://nova.clouds.archive.ubuntu.com/ubuntu/
81+
url: http://archive.ubuntu.com/ubuntu
8282
policy: immediate
8383
architectures: amd64
8484
components: main restricted universe multiverse

0 commit comments

Comments
 (0)