Skip to content

Commit 1e76782

Browse files
committed
remove multiverse/non-free deb repos
1 parent 51779c3 commit 1e76782

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

ansible/inventory/group_vars/all/deb-package-repos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ deb_package_repos:
4040
url: http://archive.ubuntu.com/ubuntu
4141
policy: immediate
4242
architectures: amd64
43-
components: main restricted universe multiverse
43+
components: main restricted universe
4444
# NOTE: Include jammy-security here to include all dists under one mirror
4545
# path. This allows us to include security updates when using
4646
# DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
@@ -60,7 +60,7 @@ deb_package_repos:
6060
url: http://security.ubuntu.com/ubuntu
6161
policy: immediate
6262
architectures: amd64
63-
components: main restricted universe multiverse
63+
components: main restricted universe
6464
distributions: jammy-security
6565
mirror: true
6666
mode: verbatim
@@ -74,7 +74,7 @@ deb_package_repos:
7474
url: http://archive.ubuntu.com/ubuntu
7575
policy: immediate
7676
architectures: amd64
77-
components: main restricted universe multiverse
77+
components: main restricted universe
7878
# NOTE: Include noble-security here to include all dists under one mirror
7979
# path. This allows us to include security updates when using
8080
# DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
@@ -94,7 +94,7 @@ deb_package_repos:
9494
url: http://security.ubuntu.com/ubuntu
9595
policy: immediate
9696
architectures: amd64
97-
components: main restricted universe multiverse
97+
components: main restricted universe
9898
distributions: noble-security
9999
mirror: true
100100
mode: verbatim
@@ -109,7 +109,7 @@ deb_package_repos:
109109
url: http://ports.ubuntu.com/ubuntu-ports
110110
policy: immediate
111111
architectures: arm64
112-
components: main restricted universe multiverse
112+
components: main restricted universe
113113
distributions: noble noble-updates noble-backports noble-security
114114
mirror: true
115115
mode: verbatim

ansible/inventory/group_vars/all/package-repos-deprecated

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ deprecated_deb_package_repos:
3030
url: http://archive.ubuntu.com/ubuntu
3131
policy: immediate
3232
architectures: amd64
33-
components: main restricted universe multiverse
33+
components: main restricted universe
3434
# NOTE: Include focal-security here to include all dists under one mirror
3535
# path. This allows us to include security updates when using
3636
# DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
@@ -50,7 +50,7 @@ deprecated_deb_package_repos:
5050
url: http://security.ubuntu.com/ubuntu
5151
policy: immediate
5252
architectures: amd64
53-
components: main restricted universe multiverse
53+
components: main restricted universe
5454
distributions: focal-security
5555
mirror: true
5656
mode: verbatim

0 commit comments

Comments
 (0)