From e5473ee56569b56cfa82d54acf6b412ad6f1ab0d Mon Sep 17 00:00:00 2001 From: Eduard Egorov Date: Tue, 1 Nov 2016 12:29:21 +0000 Subject: [PATCH] Fix typos Signed-off-by: Eduard Egorov --- infrastructure-playbooks/purge-cluster.yml | 4 ++-- ...h-from-non-containerized-to-containerized-ceph-daemons.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure-playbooks/purge-cluster.yml b/infrastructure-playbooks/purge-cluster.yml index fb4a16d66..afa22401f 100644 --- a/infrastructure-playbooks/purge-cluster.yml +++ b/infrastructure-playbooks/purge-cluster.yml @@ -199,7 +199,7 @@ # Ubuntu 14.04 - name: stop ceph rbd mirror on ubuntu - command: initctl stop ceph-rbd-mirorr cluster={{ cluster }} id=admin + command: initctl stop ceph-rbd-mirror cluster={{ cluster }} id=admin failed_when: false when: ansible_distribution == 'Ubuntu' @@ -612,7 +612,7 @@ when: ansible_distribution == 'Ubuntu' - - name: remove Upstart nad SysV files + - name: remove Upstart and SysV files shell: "find /etc -name '*ceph*' -delete" when: ansible_distribution == 'Ubuntu' diff --git a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml index 869463a6e..e8fcbf8d6 100644 --- a/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml +++ b/infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml @@ -48,7 +48,7 @@ tasks: - - name: install docker and dependancies for the docker module + - name: install docker and dependencies for the docker module package: name: "{{ item }}" state: present @@ -131,7 +131,7 @@ enabled: no # NOTE(leseb): should we also create systemd files - # intead of running raw docker commands? + # instead of running raw docker commands? # It is probably more elegant but will require a template file... # which would make this single file playbook more complex -- 2.39.5