feat(infra): Add 3na-spr
[csit.git] / fdio.infra.ansible / roles / mellanox / tasks / ofed.yaml
index 732397d..177705c 100644 (file)
@@ -1,5 +1,5 @@
 ---
-# file: roles/mellanox/tasks/ofed.yaml
+# file: tasks/ofed.yaml
 
 - name: Inst - Get OFED
   ansible.builtin.get_url:
@@ -31,6 +31,8 @@
 - name: Inst - Switch Infiniband to Ethernet
   ansible.builtin.command: "mlxconfig --yes --dev {{ item }} set LINK_TYPE_P1=2 LINK_TYPE_P2=2"
   with_items: "{{ mellanox_pcis.stdout_lines }}"
+  failed_when: false
+  changed_when: false
   tags:
     - mellanox-inst-drivers