瀏覽代碼

Merge pull request #3258 from jcantrill/bz1414625_check_keytool

fixes 1414625. Fix check of keytool in openshift_metrics role
Scott Dodson 8 年之前
父節點
當前提交
adcf22d4ec
共有 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