From be6ef0eb56df66e4253c44c82efd77933a1d6fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 22 Dec 2023 09:18:59 +0100 Subject: [PATCH] Allow maubot to send to the maubot topic category for cookies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- playbooks/openshift-apps/maubot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/maubot.yml b/playbooks/openshift-apps/maubot.yml index be99c6f455..d74981db0d 100644 --- a/playbooks/openshift-apps/maubot.yml +++ b/playbooks/openshift-apps/maubot.yml @@ -32,7 +32,7 @@ roles: - role: rabbit/user username: "maubot{{ env_suffix }}" - sent_topics: ^org\.fedoraproject\.{{ env_short }}\.meetbot\..* + sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(meetbot|maubot)\..* - role: openshift/project app: maubot