routing_keys is a list

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-07 17:57:31 +02:00
parent 83ce202846
commit bd65adc71d
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -141,7 +141,7 @@
- role: rabbit/queue
queue_username: "openscanhub{{ env_suffix }}"
queue_name: "openscanhub{{ env_suffix }}"
queue_routing_keys: "org.fedoraproject.*.openscanhub.scan.started"
queue_routing_keys: ["org.fedoraproject.*.openscanhub.scan.started"]
queue_thresholds:
warning: 10
critical: 100