From b7ead19d509613740d8199a6e6c037e1179aa2ae Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Tue, 25 May 2021 23:10:34 +0200 Subject: [PATCH] Remove mail from re2o bug report --- roles/radius/templates/settings_local.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/radius/templates/settings_local.py.j2 b/roles/radius/templates/settings_local.py.j2 index fb1ac29..3fc63c8 100644 --- a/roles/radius/templates/settings_local.py.j2 +++ b/roles/radius/templates/settings_local.py.j2 @@ -41,7 +41,7 @@ AES_KEY = "{{ re2o_aes_key }}" DEBUG = False # A list of admins of the services. Receive mails when an error occurs -ADMINS = [('AURORE', 'monitoring.aurore@lists.crans.org'), ('Gabriel Detraz', 'detraz@crans.org')] +ADMINS = [('AURORE', 'monitoring.aurore@lists.crans.org'),] # The list of hostname the server will respond to. ALLOWED_HOSTS = ['{{ inventory_hostname }}'] -- 2.43.4