Skip to content
Snippets Groups Projects
Commit b9f0cdbe authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents 7552de14 dd9986cf
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
RABBITMQ_CLUSTER_COOKIE: "{{ rabbitmq_cluster_cookie }}" RABBITMQ_CLUSTER_COOKIE: "{{ rabbitmq_cluster_cookie }}"
when: exists.rc != 0 when: exists.rc != 0
- name: Waiting for bootstrap container
command: docker wait rabbitmq_bootstrap
when: exists.rc != 0
- name: Cleaning up boostrap container - name: Cleaning up boostrap container
docker: docker:
image: "{{ rabbitmq_image_full }}" image: "{{ rabbitmq_image_full }}"
......
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