Revert "Fixing the type error"

This reverts commit f44bfd2ac307334500c5c4c5a704c28c2eb74143.
This commit is contained in:
Mikolaj Izdebski 2019-09-19 16:05:54 +02:00 committed by Pierre-Yves Chibon
parent a1ecbc722d
commit 22dfe009c8

View file

@ -51,7 +51,7 @@
vhost: "{{ vhost }}"
auto_delete: no
durable: yes
message_ttl: "{{ message_ttl | int }}"
message_ttl: "{{ message_ttl }}"
state: present
login_user: admin
login_password: "{{ (env == 'production')|ternary(rabbitmq_admin_password_production, rabbitmq_admin_password_staging) }}"