From b8ff9cb9cdde4584a0760f4e22b4a0153b6dbd45 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 1 Mar 2021 16:46:10 -0800 Subject: [PATCH] github2fedmsg: fix another fedmsg/base role in staging Signed-off-by: Kevin Fenzi --- playbooks/groups/github2fedmsg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/github2fedmsg.yml b/playbooks/groups/github2fedmsg.yml index 66decccebd..4f6bbdb635 100644 --- a/playbooks/groups/github2fedmsg.yml +++ b/playbooks/groups/github2fedmsg.yml @@ -55,5 +55,5 @@ roles: - github2fedmsg - - { role: fedmsg/base, when: deployment_type == "prod" } + - fedmsg/base - { role: rabbit/user, when: deployment_type == "stg" }