From 53c7c8cdf9df77d093010dff48bc54ede96ce1c7 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 10 Aug 2020 22:38:56 +0200 Subject: [PATCH] copr-be-dev: disable messaging temporarily This requires staging fedora-messaging bus up2running, but staging is still not up after the Fedora lab migration. --- roles/copr/backend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/copr/backend/tasks/main.yml b/roles/copr/backend/tasks/main.yml index 7a83161e51..dd30cf42d7 100644 --- a/roles/copr/backend/tasks/main.yml +++ b/roles/copr/backend/tasks/main.yml @@ -237,6 +237,7 @@ template: src="fedora-messaging.conf.j2" dest=/etc/copr/msgbuses/fedora-messaging.conf owner=copr group=copr mode=0600 + when: not devel notify: - restart copr-backend tags: