Note libsasl2-modules requirement
This commit is contained in:
parent
9f87feb19d
commit
33e27a1e7a
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue