diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-11-15 17:20:02 -0500 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-11-15 17:20:02 -0500 |
commit | 84bf91fff6b506a23f5c9d1d8ac4f6f32d53e7a6 (patch) | |
tree | 3b18602ca9e854b21e8163549bbb125e25b7d89d /roles | |
parent | 5f55d7c7e2ce19e2d01bc0b86d6d1194afe03c03 (diff) | |
download | openshift-84bf91fff6b506a23f5c9d1d8ac4f6f32d53e7a6.tar.gz openshift-84bf91fff6b506a23f5c9d1d8ac4f6f32d53e7a6.tar.bz2 openshift-84bf91fff6b506a23f5c9d1d8ac4f6f32d53e7a6.tar.xz openshift-84bf91fff6b506a23f5c9d1d8ac4f6f32d53e7a6.zip |
Fix typo
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_hosted_logging/tasks/deploy_logging.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |