Merge "Fix rabbitmq from failure during startup"

This commit is contained in:
Jenkins 2015-09-09 07:49:55 +00:00 committed by Gerrit Code Review
commit 789ea6e0a2
2 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,6 @@
- include: start.yml
- name: Sleep while cluster starts
command: sleep 15
command: sleep 5
changed_when: False
failed_when: False
- include: start.yml

View File

@ -8,6 +8,7 @@
- { role: mariadb, tags: mariadb, when: enable_mariadb | bool }
- hosts: rabbitmq
serial: 1
roles:
- { role: rabbitmq, tags: rabbitmq, when: enable_rabbitmq | bool }