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: Guillaume Abrioux <gabrioux@redhat.com>
pull/3217/head
Guillaume Abrioux 2018-10-29 16:37:12 +01:00 committed by Sébastien Han
parent 710e11668d
commit 547e90f281
1 changed files with 4 additions and 4 deletions

View File

@ -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