Merge "Rabbitmq servers fail to start due to wrong permissions"

This commit is contained in:
Jenkins 2015-08-23 02:58:23 +00:00 committed by Gerrit Code Review
commit b9f0cdbe38

View File

@ -46,6 +46,10 @@
RABBITMQ_CLUSTER_COOKIE: "{{ rabbitmq_cluster_cookie }}"
when: exists.rc != 0
- name: Waiting for bootstrap container
command: docker wait rabbitmq_bootstrap
when: exists.rc != 0
- name: Cleaning up boostrap container
docker:
image: "{{ rabbitmq_image_full }}"