We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e4a51 commit 79854eeCopy full SHA for 79854ee
ansible/inventory/group_vars/all/package-repos
@@ -201,6 +201,19 @@ deb_package_repos:
201
sync_group: third_party
202
distribution_name: ceph-reef-debian-
203
204
+ - name: Intel Graphics Repository
205
+ url: https://repositories.intel.com/gpu/ubuntu
206
+ policy: immediate
207
+ architectures: amd64
208
+ distributions: jammy/lts/2350
209
+ components: unified
210
+ mirror: true
211
+ mode: verbatim
212
+ base_path: intel/gpu/
213
+ short_name: intel_gpu
214
+ sync_group: third_party
215
+ distribution_name: intel-gpu-
216
+
217
# Default filter string for Deb package repositories.
218
deb_package_repo_filter: ""
219
0 commit comments