diff --git a/ansible/inventory/group_vars/all/deb-package-repos b/ansible/inventory/group_vars/all/deb-package-repos index e1fa31f2..8db3ad96 100644 --- a/ansible/inventory/group_vars/all/deb-package-repos +++ b/ansible/inventory/group_vars/all/deb-package-repos @@ -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 @@ -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 @@ -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 @@ -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 @@ -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