mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Fix TOML syntax on staging
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -20,7 +20,7 @@ certfile = "/etc/pki/fedora-messaging/datanommer-cert.pem"
|
||||
app = "datanommer"
|
||||
app_url = "https://github.com/fedora-infra/datanommer"
|
||||
|
||||
[queues.datanommer{{ env_suffix }}]
|
||||
[queues."datanommer{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
||||
@@ -27,7 +27,7 @@ certfile = "/etc/pki/rabbitmq/cert/toddlers.crt"
|
||||
app = "toddlers"
|
||||
app_url = "https://pagure.io/fedora-infra/toddlers"
|
||||
|
||||
[queues.toddlers{{ env_suffix }}]
|
||||
[queues."toddlers{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
||||
Reference in New Issue
Block a user