mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
![]() |
#!/bin/bash -e
|
||
|
|
||
|
{% if rabbitmq_conf == 'rabbitmq.conf' %}
|
||
|
rm -f /home/lbkp/rabbitmq/definitions.json
|
||
|
{% else %}
|
||
|
# RabbitMQ version too old to support export_definitions
|
||
|
{% endif %}
|
||
|
|