mirror of https://github.com/ceph/ceph-ansible.git
purge-cluster: recursively remove ceph-related files, symlinks and directories under /etc/systemd/system.
fix: https://github.com/ceph/ceph-ansible/issues/3166 Signed-off-by: wumingqiao <wumingqiao@beyondcent.com>pull/3150/head
parent
9fe86c2268
commit
5da71e1ca1
|
@ -633,6 +633,8 @@
|
|||
find:
|
||||
paths: "/etc/systemd/system"
|
||||
pattern: "ceph*"
|
||||
recurse: true
|
||||
file_type: any
|
||||
register: systemd_files
|
||||
|
||||
- name: remove ceph systemd unit files
|
||||
|
|
Loading…
Reference in New Issue