summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsongyanchao <[email protected]>2023-06-26 05:41:04 -0400
committersongyanchao <[email protected]>2023-06-26 05:41:04 -0400
commit9ddaa48bf20256b6da03e7bd4d0b87dd697fdeaf (patch)
tree4762c321663f90025e976e3f4d90fd49f9931b0a
parentfafe56a72890647fc1b50e948b9d3cb48edf6307 (diff)
🎈 perf(DPISDN-11): Update ofed to 5.8-2.0.3.0v22.11.11rel-22.11dev-22.11
Update ofed to 5.8-2.0.3.0
-rw-r--r--ansible/roles/OFED/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/OFED/tasks/main.yml b/ansible/roles/OFED/tasks/main.yml
index 3fe0481e..bcaefbb7 100644
--- a/ansible/roles/OFED/tasks/main.yml
+++ b/ansible/roles/OFED/tasks/main.yml
@@ -40,7 +40,7 @@
###### TSG-X-P0804 TSG-X-P0906 ofed install start ######
- name: "install rpm packages: ofed"
yum:
- name: "mlnx-ofed-all-5.17.15-1.el8-v1.0.0-20221206.noarch"
+ name: "mlnx-ofed-all-5.17.15-1.el8-v1.0.1-20230619.noarch"
conf_file: "{{ rpm_repo_config_path }}"
state: present
when: runtime_env == 'TSG-X-P0804' or runtime_env == 'TSG-X-P0906'