mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
mts: set queue durable and auto_delete differently for stg and prod
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
d19cd2ca4d
commit
ff4978b045
@@ -27,8 +27,13 @@ auto_delete = false
|
||||
arguments = {}
|
||||
|
||||
[queues."mts{{ env_suffix }}"]
|
||||
{% if env == "staging" %}
|
||||
durable = false
|
||||
auto_delete = true
|
||||
{% else %}
|
||||
durable = true
|
||||
auto_delete = false
|
||||
{% endif %}
|
||||
exclusive = false
|
||||
arguments = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user