Changeset - 33e27a1e7af9
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 8 months ago 2023-09-15 11:04:00
ben@sturm.com.au
Note libsasl2-modules requirement
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
deploy/ansible/install.yml
Show inline comments
...
 
@@ -42,13 +42,14 @@
 
     - name: Install Apache
 
       apt:
 
         name: apache2,libapache2-mod-wsgi-py3
 

	
 
     - name: Install Postfix
 
       apt:
 
         name: postfix,mailutils
 
         # libsasl2-modules fixes "SASL authentication failure: No worthy mechs found"
 
         name: postfix,libsasl2-modules,mailutils
 

	
 
     - name: Install Certbot
 
       apt:
 
         name: certbot, python3-certbot-apache
 

	
 
     - name: Install Python dependencies
0 comments (0 inline, 0 general)