mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
Restart rabbitmq when a config file changes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
c1d04e9783
commit
01da7c30b6
@@ -59,6 +59,8 @@
|
||||
with_items:
|
||||
- rabbitmq.config
|
||||
- rabbitmq-env.conf
|
||||
notify:
|
||||
- restart rabbitmq
|
||||
tags:
|
||||
- rabbitmq_cluster
|
||||
- config
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
disc}},
|
||||
|
||||
%% How to respond to cluster partitions.
|
||||
%% Related doc guide: https://www.rabbitmq.com/partitions.html
|
||||
%% Documentation: https://www.rabbitmq.com/partitions.html
|
||||
{cluster_partition_handling, pause_minority},
|
||||
|
||||
%% And some general config
|
||||
|
||||
Reference in New Issue
Block a user