From 33813598766481f91ae282ef87c74ae956c46aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 19 May 2021 17:33:10 +0200 Subject: [PATCH] Disable the VM version of bugzilla2fedmsg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/bugzilla2fedmsg/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bugzilla2fedmsg/tasks/main.yml b/roles/bugzilla2fedmsg/tasks/main.yml index 49afc994b2..bd9b3da9b8 100644 --- a/roles/bugzilla2fedmsg/tasks/main.yml +++ b/roles/bugzilla2fedmsg/tasks/main.yml @@ -60,6 +60,6 @@ - bugzilla2fedmsg - name: moksha-hub service - service: name=moksha-hub state=started enabled=yes + service: name=moksha-hub state=stopped enabled=no tags: - bugzilla2fedmsg