summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-09-27 12:51:06 -0400
committerGitHub <noreply@github.com>2017-09-27 12:51:06 -0400
commit6e682c8be59ddcaa8090d8b41fb32d708f4dcdf6 (patch)
tree65eed61293452b13bfcc508b13e5e9c7de601403 /roles
parent7123fa35af46520b5ca0984f3b36e0333eb68463 (diff)
parent0bae0bc5eb8281ff038bc770cf87b583f4c3c5ef (diff)
downloadopenshift-6e682c8be59ddcaa8090d8b41fb32d708f4dcdf6.tar.gz
openshift-6e682c8be59ddcaa8090d8b41fb32d708f4dcdf6.tar.bz2
openshift-6e682c8be59ddcaa8090d8b41fb32d708f4dcdf6.tar.xz
openshift-6e682c8be59ddcaa8090d8b41fb32d708f4dcdf6.zip
Merge pull request #5556 from vshn/aliastypo1
Fix typo in drop_etcdctl.yml
Diffstat (limited to 'roles')
-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