Fixing the type error
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
460d433fb1
commit
a1ecbc722d
1 changed files with 1 additions and 1 deletions
|
@ -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) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue