Merge "Fix rabbitmq from failure during startup"
This commit is contained in:
commit
789ea6e0a2
@ -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
|
||||
|
@ -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 }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user