From 1084a354febb47f5b5ff6adc81a1afcd6d19d3aa Mon Sep 17 00:00:00 2001 From: Jeff Cantrill Date: Fri, 3 Feb 2017 08:44:36 -0500 Subject: fixes 1414625. Fix check of keytool in openshift_metrics role --- roles/openshift_metrics/tasks/install_support.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_metrics') 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 -- cgit v1.2.3