Commit 53dfdc12 by Feanil Patel

Remove remenants of removed vars.

RABBITMQ_CLUSTERED was removed and rabbitmq_clustered_hosts was renamed.
parent 1565b21b
......@@ -134,7 +134,7 @@
- name: make queues mirrored
shell: >
/usr/sbin/rabbitmqctl -p {{ item }} set_policy HA "" '{"ha-mode":"all","ha-sync-mode":"automatic"}'
when: RABBITMQ_CLUSTERED or rabbitmq_clustered_hosts|length > 1
when: RABBITMQ_CLUSTERED_HOSTS|length > 1
with_items: RABBITMQ_VHOSTS
tags:
- ha
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment