Explorar el Código

Update login_vars.yml

Signed-off-by: Shubhangi-dell <shubhangi_srivastava@dell.com>
Shubhangi-dell hace 3 años
padre
commit
0ff441dff1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      control_plane/input_params/login_vars.yml

+ 2 - 2
control_plane/input_params/login_vars.yml

@@ -33,12 +33,12 @@ cobbler_password: ""
 
 # The username for idrac
 # The username must not contain -,\, ',"
-# Required field
+# Required only if idrac_support: true
 idrac_username: ""
 
 # Password used for idrac
 # The password must not contain -,\, ',"
-# Required field
+# Required only if idrac_support: true
 idrac_password: ""
 
 ### Usage: webui_awx ###