Browse Source

Merge pull request #3258 from jcantrill/bz1414625_check_keytool

fixes 1414625. Fix check of keytool in openshift_metrics role
Scott Dodson 8 years ago
parent
commit
adcf22d4ec
1 changed files with 1 additions and 1 deletions
  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