Selaa lähdekoodia

Merge pull request #671 from abhishek-sa1/devel

Issue #670: Skip failure due to iDRAC firmware updates
Sujit Jadhav 3 vuotta sitten
vanhempi
commit
75c83327d4
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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
 
     - name: Firmware update job failed
-      fail:
+      debug:
         msg: "{{ firmware_job_fail_msg }}, Error: {{ update_firmware.msg }}"
       when:
         - update_firmware.failed
-        - idrac_error_message not in update_firmware.msg
+        - idrac_error_message not in update_firmware.msg