🐞 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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user