]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/commitdiff
fixed missing var
authorLarry Smith Jr <larry.e.smith.jr@gmail.com>
Fri, 7 Aug 2015 01:43:17 +0000 (21:43 -0400)
committerLarry Smith Jr <larry.e.smith.jr@gmail.com>
Fri, 7 Aug 2015 01:43:17 +0000 (21:43 -0400)
tasks/rabbitmq_clustering.yml

index 40a776f5349a6cdefa16ae4f45bb5cf1fe63b329..c95d194055d1ff8ba7ad6e0148209abe255472be 100644 (file)
@@ -37,7 +37,7 @@
   when: inventory_hostname != "{{ rabbitmq_master }}"
 
 - name: rabbitmq_clustering | joining rabbitmq cluster
-  command: rabbitmqctl join_cluster 'rabbit@{{ master_rabbit_node }}'
+  command: rabbitmqctl join_cluster 'rabbit@{{ rabbitmq_master }}'
   when: inventory_hostname != "{{ rabbitmq_master }}"
 
 - name: rabbitmq_clustering | starting rabbitmq app