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 /roles/openshift_metrics | |
parent | 4dfe8c715bfc49a913d7c7bea80c475a9b50b41e (diff) | |
download | openshift-1084a354febb47f5b5ff6adc81a1afcd6d19d3aa.tar.gz openshift-1084a354febb47f5b5ff6adc81a1afcd6d19d3aa.tar.bz2 openshift-1084a354febb47f5b5ff6adc81a1afcd6d19d3aa.tar.xz openshift-1084a354febb47f5b5ff6adc81a1afcd6d19d3aa.zip |
fixes 1414625. Fix check of keytool in openshift_metrics role
Diffstat (limited to 'roles/openshift_metrics')
-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 |