diff options
-rw-r--r-- | ansible/roles/jitsi/tasks/ldap_auth.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/jitsi/tasks/ldap_auth.yml b/ansible/roles/jitsi/tasks/ldap_auth.yml index 8a06738..68260f6 100644 --- a/ansible/roles/jitsi/tasks/ldap_auth.yml +++ b/ansible/roles/jitsi/tasks/ldap_auth.yml @@ -53,11 +53,10 @@ tags: - role::jitsi -- name: Install mod_auth_cyrus +- name: Install mod_auth_cyrus # noqa: no-changed-when ansible.builtin.command: # Neccessary because support for Cyrus SASL has been removed from mainline Prosody cmd: prosodyctl install --server=https://modules.prosody.im/rocks/ mod_auth_cyrus - changed_when: true tags: - role::jitsi |