🐞 fix: Fix the conflict issue during the installation of mrzcpd rpm packages.

Fix the conflict issue during the installation of mrzcpd rpm packages.
This commit is contained in:
songyanchao
2023-12-18 03:37:12 -05:00
committed by 付明卫
parent b505b7298b
commit 14224bcc98
2 changed files with 4 additions and 4 deletions

View File

@@ -64,9 +64,9 @@ kni_rpm_version:
mrzcpd_rpm_version:
mrzcpd: mrzcpd-4.5.6.fa28206
mrzcpd-icelake-server: mrzcpd-icelake-server-4.6.64.bf41642
mrzcpd-znver1: mrzcpd-znver1-4.6.64.bf41642
mrzcpd-corei7: mrzcpd-corei7-4.6.64.bf41642
mrzcpd-icelake-server: mrzcpd-icelake-server-4.6.65.2c1c5fb
mrzcpd-znver1: mrzcpd-znver1-4.6.65.2c1c5fb
mrzcpd-corei7: mrzcpd-corei7-4.6.65.2c1c5fb
mlnx_ofed_user_space_only_rpm_version:
mlnx_ofed_user_space: mlnx-ofed-user-space-only-all-5.17.15-1.el8.x86_64.noarch

View File

@@ -17,7 +17,7 @@
when: runtime_env == 'TSG-X-P0906'
- name: "Install mrzcpd rpm package"
shell: rpm -i /tmp/rpm_download/{{ item.value }}* --prefix {{ prefix_path.mrzcpd }} --force
shell: rpm -i /tmp/rpm_download/{{ item.value }}* --prefix {{ prefix_path.mrzcpd }}
with_dict: "{{ mrzcpd_rpm_version }}"
- name: "Install mlnx-ofed-user-space rpm package"