mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
Revert "Fixing the type error"
This reverts commit f44bfd2ac307334500c5c4c5a704c28c2eb74143.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
a1ecbc722d
commit
22dfe009c8
@@ -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) }}"
|
||||
|
||||
Reference in New Issue
Block a user