mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 10:13:26 +02:00
9 lines
182 B
Django/Jinja
9 lines
182 B
Django/Jinja
#!/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 %}
|
|
|