We must play this task after the container has started otherwise
rgw_multisite tasks will fail.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
include_tasks: start_radosgw.yml
when: not containerized_deployment
-- name: include_tasks multisite/main.yml
- include_tasks: multisite/main.yml
- when: rgw_multisite
-
- name: include_tasks docker/main.yml
include_tasks: docker/main.yml
when: containerized_deployment
+- name: include_tasks multisite/main.yml
+ include_tasks: multisite/main.yml
+ when: rgw_multisite
+
- name: rgw pool realted tasks
when:
- rgw_create_pools is defined