Add postfix to ansible config

This commit is contained in:
Ben Sturmfels 2023-09-14 23:44:10 +10:00
parent ed96727366
commit 4c42823360
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -17,8 +17,6 @@
# along with this program in a file in the toplevel directory called
# "AGPLv3". If not, see <http://www.gnu.org/licenses/>.
import os.path
from djangocommonsettings import *
SITE_ID = 2