From 9f87feb19dbf89540f745b6d0864272c73cdd3f9 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Thu, 14 Sep 2023 23:44:10 +1000 Subject: [PATCH] Add postfix to ansible config --- deploy/ansible/install.yml | 4 ++++ www/conservancy/settings.py | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/ansible/install.yml b/deploy/ansible/install.yml index ab3900a7..0dfeff6f 100644 --- a/deploy/ansible/install.yml +++ b/deploy/ansible/install.yml @@ -43,6 +43,10 @@ apt: name: apache2,libapache2-mod-wsgi-py3 + - name: Install Postfix + apt: + name: postfix,mailutils + - name: Install Certbot apt: name: certbot, python3-certbot-apache diff --git a/www/conservancy/settings.py b/www/conservancy/settings.py index a0b592df..31e5fbeb 100644 --- a/www/conservancy/settings.py +++ b/www/conservancy/settings.py @@ -17,8 +17,6 @@ # along with this program in a file in the toplevel directory called # "AGPLv3". If not, see . -import os.path - from djangocommonsettings import * SITE_ID = 2