update: remove legacy

This task is a code duplicate, probably a legacy, let's remove it.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/4932/head
Guillaume Abrioux 2020-01-13 16:39:31 +01:00 committed by Dimitri Savineau
parent 2592a1e1e8
commit d853da2a68
1 changed files with 0 additions and 6 deletions

View File

@ -427,12 +427,6 @@
- import_role:
name: ceph-osd
- name: get osd numbers
shell: "if [ -d /var/lib/ceph/osd ] ; then ls /var/lib/ceph/osd | sed 's/.*-//' ; fi"
register: osd_ids
changed_when: false
when: not containerized_deployment | bool
- name: start ceph osd
systemd:
name: ceph-osd@{{ item }}