]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
rgw: move multisite related tasks after docker/main.yml
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 29 Oct 2018 15:37:12 +0000 (16:37 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 30 Oct 2018 13:00:28 +0000 (14:00 +0100)
We must play this task after the container has started otherwise
rgw_multisite tasks will fail.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-rgw/tasks/main.yml

index 56efc208ba65a0524095f2d990d7a3f70fb38d03..2d62cb37241b06b872317b6e5e2db75eefd3d984 100644 (file)
   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