Browse Source

Merge pull request #671 from abhishek-sa1/devel

Issue #670: Skip failure due to iDRAC firmware updates
Sujit Jadhav 3 years ago
parent
commit
75c83327d4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      control_plane/roles/provision_idrac/tasks/update_firmware.yml

+ 2 - 2
control_plane/roles/provision_idrac/tasks/update_firmware.yml

@@ -66,8 +66,8 @@
         - idrac_error_message in update_firmware.msg
         - idrac_error_message in update_firmware.msg
 
 
     - name: Firmware update job failed
     - name: Firmware update job failed
-      fail:
+      debug:
         msg: "{{ firmware_job_fail_msg }}, Error: {{ update_firmware.msg }}"
         msg: "{{ firmware_job_fail_msg }}, Error: {{ update_firmware.msg }}"
       when:
       when:
         - update_firmware.failed
         - update_firmware.failed
-        - idrac_error_message not in update_firmware.msg
+        - idrac_error_message not in update_firmware.msg