Browse Source

Issue #489: Lint fix for configure_smtp.yml

Signed-off-by: abhishek-s-a <a_sa@dellteam.com>
abhishek-s-a 3 years ago
parent
commit
d73270d46f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      control_plane/tools/roles/idrac_2fa/tasks/configure_smtp.yml

+ 2 - 2
control_plane/tools/roles/idrac_2fa/tasks/configure_smtp.yml

@@ -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 }}"