Fixing the type error

Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
Mohan Boddu 2019-09-19 14:04:50 +00:00 committed by Pierre-Yves Chibon
parent 460d433fb1
commit a1ecbc722d

View file

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