Преглед изворни кода

Fix typo in drop_etcdctl.yml

s/alises/aliases/ says everything.
Michael Hanselmann пре 7 година
родитељ
комит
0bae0bc5eb
1 измењених фајлова са 1 додато и 1 уклоњено
  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
   package: name=etcd{{ '-' + etcd_version if etcd_version is defined else '' }} state=present
   when: not openshift.common.is_atomic | bool
   when: not openshift.common.is_atomic | bool
 
 
-- name: Configure etcd profile.d alises
+- name: Configure etcd profile.d aliases
   template:
   template:
     dest: "/etc/profile.d/etcdctl.sh"
     dest: "/etc/profile.d/etcdctl.sh"
     src: etcdctl.sh.j2
     src: etcdctl.sh.j2