diff --git a/playbooks/groups/resultsdb.yml b/playbooks/groups/resultsdb.yml index a1754b62ef..82da951b3d 100644 --- a/playbooks/groups/resultsdb.yml +++ b/playbooks/groups/resultsdb.yml @@ -32,6 +32,10 @@ - { role: fedmsg/base, when: deployment_type != "dev" } - { role: dnf-automatic, tags: ['dnfautomatic'] } + # Set up for fedora-messaging + - { role: rabbit/user, + username: "resultsdb{{ env_suffix }}", + when: deployment_type == "stg" } tasks: # this is how you include other task lists