소스 검색

Update check_prerequisites.yml

Signed-off-by: abhishek-sa1 <abhishek.sa3@dell.com>
abhishek-sa1 3 년 전
부모
커밋
272c4cadb1
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      control_plane/roles/control_plane_security/tasks/check_prerequisites.yml

+ 1 - 2
control_plane/roles/control_plane_security/tasks/check_prerequisites.yml

@@ -26,7 +26,6 @@
   set_fact:
     server_hostname_ms: "{{ new_serv_hostname.stdout }}"
 
-    
 - name: Check freeipa ui accessible or not
   uri:
     url: "https://{{ server_hostname_ms }}"
@@ -36,7 +35,7 @@
   failed_when: false
 
 - name: Check freeipa admin authentication
-  shell: set -o pipefail && echo $'{{ ms_ipa_admin_password }}' | kinit {{ ms_ipa_admin_username }}
+  shell: set -o pipefail && echo $'{{ ms_kerberos_admin_password }}' | kinit {{ ms_ipa_admin_username }}
   register: freeipa_authentication
   no_log: true
   changed_when: false