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:
55
55
baseurl : " {{ stackhpc_repo_rhel9_doca_url }}"
56
56
description : " DOCA Online Repo {{ stackhpc_pulp_doca_version }}"
57
57
enabled : " {{ dnf_enable_doca | bool }}"
58
+ priority : -1
58
59
file : doca
59
60
gpgcheck : no
60
61
username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
@@ -63,7 +64,7 @@ dnf_custom_repos_doca:
63
64
baseurl : " {{ stackhpc_repo_rhel9_doca_modules_url }}"
64
65
description : " OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_ofed_version }} Rocky 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}"
65
66
enabled : " {{ dnf_enable_doca | bool and dnf_enable_doca_modules | bool }}"
66
- priority : -1
67
+ priority : -2
67
68
file : doca-modules
68
69
gpgcheck : no
69
70
username : " {{ stackhpc_repo_mirror_username | default(omit, true) }}"
You can’t perform that action at this time.
0 commit comments