Browse Source

Fix typo in drop_etcdctl.yml

s/alises/aliases/ says everything.
Michael Hanselmann 7 years ago
parent
commit
0bae0bc5eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/etcd/tasks/auxiliary/drop_etcdctl.yml

+ 1 - 1
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