]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/blobdiff - tasks/rabbitmq_ha_config.yml
fixed template
[github/fretlink/ansible-rabbitmq.git] / tasks / rabbitmq_ha_config.yml
index 3a82c59ccb101a1d294c956bf24c13d38f33cdc6..c048aed56fded3f5cbcff6e9080b897b895b2d47 100644 (file)
@@ -10,7 +10,7 @@
   notify: restart rabbitmq-server
 
 - name: rabbitmq_ha_config | creating queue(s)
-  command: rabbitmqadmin declare queue name={{ item.queue_name }} durable={{ item.durable }}
+  command: rabbitmqadmin declare queue name={{ item.queue_name }} durable={{ item.durable|lower }}
   run_once: true
   with_items: rabbitmq_config