diff options
author | 2024-08-26 17:55:07 +0200 | |
---|---|---|
committer | 2024-08-26 16:59:30 +0100 | |
commit | a31be183d4fe934c162ff064bf28f1ef2de2bdb2 (patch) | |
tree | 86b72f516d60d86e76b7d6e57be1de780d2b7f2e | |
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.
-rw-r--r-- | ansible/roles/jitsi/tasks/ldap_auth.yml | 1 | ||||
-rw-r--r-- | ansible/roles/sasl/tasks/main.yml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ansible/roles/jitsi/tasks/ldap_auth.yml b/ansible/roles/jitsi/tasks/ldap_auth.yml index 68260f6..2362da9 100644 --- a/ansible/roles/jitsi/tasks/ldap_auth.yml +++ b/ansible/roles/jitsi/tasks/ldap_auth.yml @@ -47,7 +47,6 @@ state: present loop: - sasl2-bin # Necessary for Cyrus' saslauthd - - libsasl2-modules-ldap # Necessary for Cyrus' saslauthdp - lua-cyrussasl # Necessary for Prosody to access Cyrusd - liblua5.2-dev # Necessary for Prosody to access Cyrus tags: 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 |