remove duplicate code.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
static: False
+- include: ./activate_osds.yml
+ when:
+ - not containerized_deployment
+ # Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
+ static: False
+
- name: ensure osd daemons are started
include: start_osds.yml
when:
- item.0.get("rc", 0) != 0
- item.1.get("rc", 0) != 0
- not containerized_deployment
-
-- include: ../activate_osds.yml
- item.0.get("rc", 0) != 0
- osd_objectstore == 'bluestore'
- not containerized_deployment
-
-- include: ../activate_osds.yml