]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Unify quotation marks 542/head
authorKGoreczny <krzysztof.goreczny@intel.com>
Tue, 16 Feb 2016 12:41:58 +0000 (13:41 +0100)
committerKGoreczny <krzysztof.goreczny@intel.com>
Tue, 16 Feb 2016 12:41:58 +0000 (13:41 +0100)
Signed-off-by: KGoreczny <krzysztof.goreczny@intel.com>
purge-cluster.yml

index 54f8171c8819b1c5cc6c9f066ab9d88fff253110..9d55bd95a0231bccf5603315f78dbf1399da3527 100644 (file)
       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'