From 84bf91fff6b506a23f5c9d1d8ac4f6f32d53e7a6 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Tue, 15 Nov 2016 17:20:02 -0500 Subject: Fix typo --- roles/openshift_hosted_logging/tasks/deploy_logging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_hosted_logging') diff --git a/roles/openshift_hosted_logging/tasks/deploy_logging.yaml b/roles/openshift_hosted_logging/tasks/deploy_logging.yaml index 5e445cb37..625af9acd 100644 --- a/roles/openshift_hosted_logging/tasks/deploy_logging.yaml +++ b/roles/openshift_hosted_logging/tasks/deploy_logging.yaml @@ -76,7 +76,7 @@ register: fluentd2_output failed_when: "fluentd2_output.rc == 1 and 'exists' not in fluentd2_output.stderr" - - name: "Add rolebinding-reader to aggregated-logging-elastic-search" + - name: "Add rolebinding-reader to aggregated-logging-elasticsearch" command: > {{ openshift.common.client_binary }} adm --config={{ mktemp.stdout }}/admin.kubeconfig policy add-cluster-role-to-user rolebinding-reader \ -- cgit v1.2.1