From 0bae0bc5eb8281ff038bc770cf87b583f4c3c5ef Mon Sep 17 00:00:00 2001 From: Michael Hanselmann Date: Wed, 27 Sep 2017 17:25:12 +0200 Subject: Fix typo in drop_etcdctl.yml s/alises/aliases/ says everything. --- roles/etcd/tasks/auxiliary/drop_etcdctl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/etcd') diff --git a/roles/etcd/tasks/auxiliary/drop_etcdctl.yml b/roles/etcd/tasks/auxiliary/drop_etcdctl.yml index 6cb456677..11bd2310e 100644 --- a/roles/etcd/tasks/auxiliary/drop_etcdctl.yml +++ b/roles/etcd/tasks/auxiliary/drop_etcdctl.yml @@ -3,7 +3,7 @@ package: name=etcd{{ '-' + etcd_version if etcd_version is defined else '' }} state=present when: not openshift.common.is_atomic | bool -- name: Configure etcd profile.d alises +- name: Configure etcd profile.d aliases template: dest: "/etc/profile.d/etcdctl.sh" src: etcdctl.sh.j2 -- cgit v1.2.1