Skip to content
Snippets Groups Projects
Commit b928b750 authored by Guillaume Abrioux's avatar Guillaume Abrioux Committed by Sébastien Han
Browse files

rgw: move multisite related tasks after docker/main.yml


We must play this task after the container has started otherwise
rgw_multisite tasks will fail.

Signed-off-by: default avatarGuillaume Abrioux <gabrioux@redhat.com>
parent 00c8047a
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,14 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment