소스 검색

fixes 1414625. Fix check of keytool in openshift_metrics role

Jeff Cantrill 8 년 전
부모
커밋
1084a354fe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_metrics/tasks/install_support.yaml

+ 1 - 1
roles/openshift_metrics/tasks/install_support.yaml

@@ -9,7 +9,7 @@
   when: htpasswd_check.rc  == 1
 
 - name: Check control node to see if keytool is installed
-  local_action: command which htpasswd
+  local_action: command which keytool
   register: keytool_check
   failed_when: no
   changed_when: no