diff options
author | pmikus <peter.mikus@protonmail.ch> | 2023-06-09 09:09:36 +0000 |
---|---|---|
committer | pmikus <peter.mikus@protonmail.ch> | 2023-06-09 09:09:36 +0000 |
commit | f50dbd5706a604b63bf1a448d0e2163baf16f6ab (patch) | |
tree | fa372a782ba314dd68a98acb41bdba9fd5645c5c /fdio.infra.ansible/roles | |
parent | d832e05b77a7194042c5429e44442553f37ab529 (diff) |
feat(infra): CX6 for 3n-altoper-rls2306-230612
Signed-off-by: pmikus <peter.mikus@protonmail.ch>
Change-Id: Iea4c536a6e421efdaf493fb3cba0dde5abad162d
Diffstat (limited to 'fdio.infra.ansible/roles')
-rw-r--r-- | fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml b/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml index 177705c503..979118e925 100644 --- a/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml +++ b/fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml @@ -21,7 +21,7 @@ - mellanox-inst-drivers - name: Inst - OFED - ansible.builtin.command: "./mlnxofedinstall --with-mft --dpdk --force --upstream-libs --without-fw-update" + ansible.builtin.command: "./mlnxofedinstall --with-mft --dpdk --force --upstream-libs" # --without-fw-update" args: chdir: "{{ mellanox_extract_dir }}/MLNX_OFED_LINUX-{{ ofed }}-{{ ansible_distribution|lower }}{{ ansible_distribution_version }}-{{ ansible_machine }}" when: mellanox_firmware_extracted |