From f50dbd5706a604b63bf1a448d0e2163baf16f6ab Mon Sep 17 00:00:00 2001 From: pmikus Date: Fri, 9 Jun 2023 09:09:36 +0000 Subject: feat(infra): CX6 for 3n-alt Signed-off-by: pmikus Change-Id: Iea4c536a6e421efdaf493fb3cba0dde5abad162d --- fdio.infra.ansible/roles/mellanox/tasks/ofed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fdio.infra.ansible/roles/mellanox/tasks') 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 -- cgit 1.2.3-korg