Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions ansible/inventory/group_vars/all/package-repos-deprecated
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deprecated_deb_package_repos:
url: http://archive.ubuntu.com/ubuntu
policy: immediate
architectures: amd64
components: main restricted universe multiverse
Comment thread
g0rgamesh marked this conversation as resolved.
components: main restricted universe
# NOTE: Include focal-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 @@ -50,7 +50,7 @@ deprecated_deb_package_repos:
url: http://security.ubuntu.com/ubuntu
policy: immediate
architectures: amd64
components: main restricted universe multiverse
components: main restricted universe
distributions: focal-security
mirror: true
mode: verbatim
Expand Down