From 23311d8f9ccbd7daf910e98a162ce0efb7d5095e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 8 Jul 2024 13:56:27 -0400 Subject: [PATCH] AMQP: Fix pointless yamllint failures Signed-off-by: Stephen Gallagher --- roles/rabbitmq_cluster/tasks/apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rabbitmq_cluster/tasks/apps.yml b/roles/rabbitmq_cluster/tasks/apps.yml index d11326877f..581fc61ab5 100644 --- a/roles/rabbitmq_cluster/tasks/apps.yml +++ b/roles/rabbitmq_cluster/tasks/apps.yml @@ -86,7 +86,7 @@ # This routing key is for testing purposes only - "org.centos.stream.#" thresholds: - warning: 1000 + warning: 1000 critical: 10000 - name: CentOS Integration SIG