diff options
| author | Jeff Cantrill <jcantril@redhat.com> | 2017-02-03 08:44:36 -0500 | 
|---|---|---|
| committer | Jeff Cantrill <jcantril@redhat.com> | 2017-02-03 08:44:36 -0500 | 
| commit | 1084a354febb47f5b5ff6adc81a1afcd6d19d3aa (patch) | |
| tree | ed36893ff94d7cc127de8cbb5df4165d85b4f496 | |
| parent | 4dfe8c715bfc49a913d7c7bea80c475a9b50b41e (diff) | |
fixes 1414625. Fix check of keytool in openshift_metrics role
| -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 | 
