[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:
parent
5b2816e320
commit
192c62d22a
1 changed files with 2 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue