Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ansible/inventory/group_vars/all/deb-package-repos
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ deb_package_repos:
url: http://archive.ubuntu.com/ubuntu
policy: immediate
architectures: amd64
components: main restricted universe multiverse
components: main restricted universe
# NOTE: Include jammy-security here to include all dists under one mirror
# path. This allows us to include security updates when using
# DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
Expand All @@ -60,7 +60,7 @@ deb_package_repos:
url: http://security.ubuntu.com/ubuntu
policy: immediate
architectures: amd64
components: main restricted universe multiverse
components: main restricted universe
distributions: jammy-security
mirror: true
mode: verbatim
Expand All @@ -74,7 +74,7 @@ deb_package_repos:
url: http://archive.ubuntu.com/ubuntu
policy: immediate
architectures: amd64
components: main restricted universe multiverse
components: main restricted universe
# NOTE: Include noble-security here to include all dists under one mirror
# path. This allows us to include security updates when using
# DIB_DISTRIBUTION_MIRROR with the Diskimage builder ubuntu-minimal
Expand All @@ -94,7 +94,7 @@ deb_package_repos:
url: http://security.ubuntu.com/ubuntu
policy: immediate
architectures: amd64
components: main restricted universe multiverse
components: main restricted universe
distributions: noble-security
mirror: true
mode: verbatim
Expand All @@ -109,7 +109,7 @@ deb_package_repos:
url: http://ports.ubuntu.com/ubuntu-ports
policy: immediate
architectures: arm64
components: main restricted universe multiverse
components: main restricted universe
distributions: noble noble-updates noble-backports noble-security
mirror: true
mode: verbatim
Expand Down