ceph-osd: add prepare_osd tag to lvm-batch scenario

Sometimes it's useful to be able to skip the OSD creation step when
running ceph-ansible (cf #1777). The lvm scenario has a prepare_osd
tag on the relevant play. This commit adds the same tag to the
lvm-batch scenario.

Signed-off-by: Matthew Vernon <mv3@sanger.ac.uk>
(cherry picked from commit 88d119e95a)
pull/6336/head
Matthew Vernon 2021-03-10 16:36:52 +00:00 committed by Guillaume Abrioux
parent 6a23be19f4
commit 6deb88d8fb
1 changed files with 1 additions and 0 deletions

View File

@ -20,3 +20,4 @@
CEPH_CONTAINER_BINARY: "{{ container_binary }}"
PYTHONIOENCODING: utf-8
when: _devices | default([]) | length > 0
tags: prepare_osd