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 a217969 commit 88026d8Copy full SHA for 88026d8
etc/kayobe/dnf.yml
@@ -63,6 +63,7 @@ dnf_custom_repos_doca:
63
baseurl: "{{ stackhpc_repo_rhel9_doca_modules_url }}"
64
description: "OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
65
enabled: "{{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
66
+ priority: -1
67
file: doca-modules
68
gpgcheck: no
69
username: "{{ stackhpc_repo_mirror_username | default(omit, true) }}"
0 commit comments