mirror of https://github.com/ceph/ceph-ansible.git
purge-cluster: no need to remove ceph.target
The package uninstalls will stop ceph.target Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/1464/head
parent
329c1cdf12
commit
aac79df3b3
|
@ -423,13 +423,6 @@
|
|||
|
||||
tasks:
|
||||
|
||||
- name: stop ceph.target with systemd
|
||||
service:
|
||||
name: ceph.target
|
||||
state: stopped
|
||||
enabled: no
|
||||
when: ansible_service_mgr == 'systemd'
|
||||
|
||||
- name: check for anything running ceph
|
||||
shell: "ps awux | grep -- /usr/bin/[c]eph-"
|
||||
register: check_for_running_ceph
|
||||
|
|
Loading…
Reference in New Issue