Explorar o código

fixes 1414625. Fix check of keytool in openshift_metrics role

Jeff Cantrill %!s(int64=8) %!d(string=hai) anos
pai
achega
1084a354fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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