diff options
| author | 2024-08-26 17:55:07 +0200 | |
|---|---|---|
| committer | 2024-08-26 16:59:30 +0100 | |
| commit | a31be183d4fe934c162ff064bf28f1ef2de2bdb2 (patch) | |
| tree | 86b72f516d60d86e76b7d6e57be1de780d2b7f2e /ansible/roles/sasl | |
| parent | Improve alertmanager text e-mail format (diff) | |
Stop installing libsasl2-modules-ldap
This caused problems in postfix's logfile, our most holy daemon. We must
not disturb it, and as an aside, everything works fine.
Diffstat (limited to 'ansible/roles/sasl')
| -rw-r--r-- | ansible/roles/sasl/tasks/main.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/roles/sasl/tasks/main.yml b/ansible/roles/sasl/tasks/main.yml index 9bdb90f..d98c934 100644 --- a/ansible/roles/sasl/tasks/main.yml +++ b/ansible/roles/sasl/tasks/main.yml @@ -4,7 +4,6 @@ name: - sasl2-bin - libsasl2-modules - - libsasl2-modules-ldap state: present tags: - role::sasl |