From: KGoreczny Date: Tue, 16 Feb 2016 12:41:58 +0000 (+0100) Subject: Unify quotation marks X-Git-Tag: v1.0.0~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F542%2Fhead;p=ceph-ansible.git Unify quotation marks Signed-off-by: KGoreczny --- diff --git a/purge-cluster.yml b/purge-cluster.yml index 54f8171c8..9d55bd95a 100644 --- a/purge-cluster.yml +++ b/purge-cluster.yml @@ -225,11 +225,11 @@ ansible_distribution == 'Ubuntu' - name: remove Upstart nad SysV files - shell: 'find /etc -name "*ceph*" -delete' + shell: "find /etc -name '*ceph*' -delete" when: ansible_distribution == 'Ubuntu' - name: remove Upstart and apt logs and cache - shell: 'find /var -name "*ceph*" -delete' + shell: "find /var -name '*ceph*' -delete" when: - ansible_distribution == 'Ubuntu' \ No newline at end of file + ansible_distribution == 'Ubuntu'