Changeset - 33e27a1e7af9
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 7 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
...
 
@@ -45,7 +45,8 @@
 

	
 
     - 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:
0 comments (0 inline, 0 general)