diff options
| author | songyanchao <[email protected]> | 2022-11-16 23:13:00 -0500 |
|---|---|---|
| committer | songyanchao <[email protected]> | 2022-11-16 23:13:00 -0500 |
| commit | 6eb31af4eaed0b2eebd00f0beeeb979669cc3e9d (patch) | |
| tree | c1f576c365260ba938d1e22f8a5ef39bbb6208eb | |
| parent | e29985764b4b6cef3f1bdc21e9cdbb235216c577 (diff) | |
🎈 perf(TSG-12696): 修改OFED版本号
修改OFED版本号
| -rw-r--r-- | ansible/roles/OFED/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/OFED/tasks/main.yml b/ansible/roles/OFED/tasks/main.yml index 38a6b78a..6738cde3 100644 --- a/ansible/roles/OFED/tasks/main.yml +++ b/ansible/roles/OFED/tasks/main.yml @@ -33,7 +33,7 @@ when: runtime_env == 'TSG-X-P0804' or runtime_env == 'TSG-X-P0906' - name: "execute OFED installer" - shell: /tmp/OFED/unarchived/MLNX_OFED_SRC-5.6-2.0.9.0/install.pl -k {{obtain_kernel_version.stdout}} --all --force + shell: /tmp/OFED/unarchived/MLNX_OFED_SRC-5.8-1.0.1.1/install.pl -k {{obtain_kernel_version.stdout}} --all --force environment: MAKEFLAGS : when: runtime_env == 'TSG-X-P0804' or runtime_env == 'TSG-X-P0906' |
