summaryrefslogtreecommitdiffstats
path: root/roles/etcd
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@vshn.ch>2017-09-27 17:25:12 +0200
committerMichael Hanselmann <hansmi@vshn.ch>2017-09-27 17:26:42 +0200
commit0bae0bc5eb8281ff038bc770cf87b583f4c3c5ef (patch)
tree297915f660077b7a88cfb305c3c8d4bd95c79e03 /roles/etcd
parentcc161d1b79f53b7daa4837f9fc262455cf04a4f4 (diff)
downloadopenshift-0bae0bc5eb8281ff038bc770cf87b583f4c3c5ef.tar.gz
openshift-0bae0bc5eb8281ff038bc770cf87b583f4c3c5ef.tar.bz2
openshift-0bae0bc5eb8281ff038bc770cf87b583f4c3c5ef.tar.xz
openshift-0bae0bc5eb8281ff038bc770cf87b583f4c3c5ef.zip
Fix typo in drop_etcdctl.yml
s/alises/aliases/ says everything.
Diffstat (limited to 'roles/etcd')
-rw-r--r--roles/etcd/tasks/auxiliary/drop_etcdctl.yml2
1 files changed, 1 insertions, 1 deletions
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