diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-03 08:48:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-03 08:48:41 -0500 |
commit | adcf22d4ecf506ebc7ea74346df0f35d4f7e688d (patch) | |
tree | 479a2a0339ab67f768b6118e5855b487e2a4e9e1 /roles/openshift_metrics | |
parent | 44efb12df99f0cc5647b2a76064d049226cd57ea (diff) | |
parent | 1084a354febb47f5b5ff6adc81a1afcd6d19d3aa (diff) | |
download | openshift-adcf22d4ecf506ebc7ea74346df0f35d4f7e688d.tar.gz openshift-adcf22d4ecf506ebc7ea74346df0f35d4f7e688d.tar.bz2 openshift-adcf22d4ecf506ebc7ea74346df0f35d4f7e688d.tar.xz openshift-adcf22d4ecf506ebc7ea74346df0f35d4f7e688d.zip |
Merge pull request #3258 from jcantrill/bz1414625_check_keytool
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 |