Skip to content

Commit e5d5e19

Browse files
Fix package conflicts with DOCA repository
1 parent 88026d8 commit e5d5e19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/kayobe/dnf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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) }}"

0 commit comments

Comments
 (0)