Commit a671590e by Feanil Patel

Merge pull request #2831 from edx/feanil/fix_rabbit_cluster

Remove remenants of removed vars.
parents 01716f89 53dfdc12
......@@ -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