File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ dnf_custom_repos_doca:
5555 baseurl : " {{ stackhpc_repo_rhel9_doca_url }}"
5656 description : " DOCA Online Repo {{ stackhpc_pulp_doca_version }}"
5757 enabled : " {{ dnf_enable_doca | bool }}"
58+ priority : -1
5859 file : doca
5960 gpgcheck : no
6061 username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
@@ -63,7 +64,7 @@ dnf_custom_repos_doca:
6364 baseurl : " {{ stackhpc_repo_rhel9_doca_modules_url }}"
6465 description : " OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
6566 enabled : " {{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
66- priority : -1
67+ priority : -2
6768 file : doca-modules
6869 gpgcheck : no
6970 username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
You can’t perform that action at this time.
0 commit comments