rabbitmq/tasks/configure.yaml

9 lines
200 B
YAML
Raw Normal View History

2023-02-07 22:38:33 +00:00
---
- name: Configure rabbitmq
template:
src: rabbitmq.conf.j2
dest: /etc/rabbitmq/rabbitmq.conf
notify:
- Restart RabbitMQ server
when: rabbitmq_conf is defined or rabbitmq_cluster