Forráskód Böngészése

Merge pull request #3258 from jcantrill/bz1414625_check_keytool

fixes 1414625. Fix check of keytool in openshift_metrics role
Scott Dodson 8 éve
szülő
commit
adcf22d4ec

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

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