Revert "Fixing the type error"
This reverts commit f44bfd2ac307334500c5c4c5a704c28c2eb74143.
This commit is contained in:
parent
a1ecbc722d
commit
22dfe009c8
1 changed files with 1 additions and 1 deletions
|
@ -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) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue