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
Andrew Schoen 2017-04-21 15:11:03 -07:00
parent 329c1cdf12
commit aac79df3b3
1 changed files with 0 additions and 7 deletions

View File

@ -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