[mailman] Disable fedmsg role for staging

fedmsg is not available on RHEL9 and we don't want to support it in future
anyway. Let's remove it for the staging deployment for now.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-03-18 12:33:39 +01:00
parent 5b2816e320
commit 192c62d22a

View file

@ -99,7 +99,8 @@
mailman_hyperkitty_admin_db_pass: "{{ mailman_hk_admin_db_pass }}"
mailman_hyperkitty_db_pass: "{{ mailman_hk_db_pass }}"
mailman_hyperkitty_cookie_key: "{{ mailman_hk_cookie_key }}"
- role: fedmsg/base
- { role: fedmsg/base,
when: env != "staging" }
# Set up for fedora-messaging
- role: rabbit/user
username: "mailman{{ env_suffix }}"