openstack-ansible-rabbitmq_.../releasenotes/notes/rabbitmq_init_overrides-74ce479a2dcf304c.yaml
Dmitriy Rabotyagov 8271919b17 Use systemd_service role for overrides
Replace placing templates for systemd overrides with
systemd_service role, that will handle overrides for us in more
convenient and unified way.

Change-Id: I2759b1949e9ecc98953f414c6f9838aed7dd8499
2022-02-01 21:42:49 +02:00

7 lines
229 B
YAML

---
features:
- |
Added variable ``rabbitmq_init_overrides`` that allows to control rabbitmq
overrides that will be applied to the systemd service.
Previously values were hardcoded without possibility for override.