Merge "Remove RabbitMQ restart when changing policy" into stable/2023.1

This commit is contained in:
Zuul
2024-05-06 20:55:36 +00:00
committed by Gerrit Code Review

View File

@@ -88,14 +88,6 @@
- rabbitmq-config
- rabbitmq-cluster
- include_tasks:
file: rabbitmq_restart.yml
apply:
tags: rabbitmq-config
when: rabbitmq_policy is changed
tags:
- rabbitmq-config
# This is being done because the rabbitctl command used by the module
# is not very effective at returning proper status codes for failure
# and the module does not error detection. until we can go upstream