diff options
| -rw-r--r-- | roles/openshift_metrics/tasks/install_support.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/roles/openshift_metrics/tasks/install_support.yaml b/roles/openshift_metrics/tasks/install_support.yaml index cc5acc6e5..5cefb273d 100644 --- a/roles/openshift_metrics/tasks/install_support.yaml +++ b/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 | 
