|
@@ -55,7 +55,7 @@
|
|
|
register: test_email_check
|
|
|
retries: 5
|
|
|
no_log: true
|
|
|
- ignore_errors: true
|
|
|
+ failed_when: false
|
|
|
until: not test_email_check.failed
|
|
|
|
|
|
- name: Check test email status
|
|
@@ -74,4 +74,4 @@
|
|
|
EmailAlert.1.Enable: "Disabled"
|
|
|
baseuri: "{{ inventory_hostname }}"
|
|
|
username: "{{ idrac_username }}"
|
|
|
- password: "{{ idrac_password }}"
|
|
|
+ password: "{{ idrac_password }}"
|