]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
purge-cluster: Do not use shell for rm 2013/head
authorBoris Ranto <branto@redhat.com>
Fri, 6 Oct 2017 20:54:34 +0000 (22:54 +0200)
committerBoris Ranto <branto@redhat.com>
Fri, 6 Oct 2017 20:54:37 +0000 (22:54 +0200)
commit64e272d8180f6704b0d3b257009f5d09682f3403
tree5822b4de40ad09d53619b91a0ec5c5cc6cc28810
parentf696cb76379b6ed4a2fcfcc7554b3d3822d04cd7
purge-cluster: Do not use shell for rm

The shell wildcard expansion of non-existing paths fails on zsh making
the whole script fail. We can use file module with with_fileglob to
alleviate the problem instead.

Signed-off-by: Boris Ranto <branto@redhat.com>
infrastructure-playbooks/purge-cluster.yml