diff --git a/roles/mailman/files/top.html b/roles/mailman/files/top.html
new file mode 100644
index 0000000000..042bed5256
--- /dev/null
+++ b/roles/mailman/files/top.html
@@ -0,0 +1,8 @@
+
+
+
+
diff --git a/roles/mailman/tasks/main.yml b/roles/mailman/tasks/main.yml
index efb9f2b654..9865a54700 100644
--- a/roles/mailman/tasks/main.yml
+++ b/roles/mailman/tasks/main.yml
@@ -161,6 +161,18 @@
- hotfix
- patches
+# Add the Nest banner
+# See issue https://pagure.io/fedora-infrastructure/issue/10103
+- name: Replace the top.html template in hyperkitty to change banner
+ copy: src=top.html dest=/srv/webui/templates/hyperkitty/top.html
+ notify:
+ - restart mailman3
+ - reload apache
+ tags:
+ - mailman
+ - banner
+
+
#
# Initialize mailman (must be done after settings up the DBs)
#