diff options
| -rw-r--r-- | ansible/roles/jitsi/tasks/ldap_auth.yml | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible/roles/jitsi/tasks/ldap_auth.yml b/ansible/roles/jitsi/tasks/ldap_auth.yml index 771d632..80f1bd7 100644 --- a/ansible/roles/jitsi/tasks/ldap_auth.yml +++ b/ansible/roles/jitsi/tasks/ldap_auth.yml @@ -46,9 +46,9 @@      name: "{{ item }}"      state: present    loop: -    - sasl2-bin  # Necessary for Cyrus' saslauthd -    - lua-cyrussasl  # Necessary for Prosody to access Cyrusd -    - liblua5.2-dev  # Necessary for Prosody to access Cyrus +    - sasl2-bin # Necessary for Cyrus' saslauthd +    - lua-cyrussasl # Necessary for Prosody to access Cyrusd +    - liblua5.2-dev # Necessary for Prosody to access Cyrus    tags:      - role::jitsi @@ -66,7 +66,7 @@      content: |        pwcheck_method: saslauthd        mech_list: PLAIN -      saslauthd_path: "{{ sasl_mux_path }}/mux" +      saslauthd_path: {{ sasl_mux_path }}/mux    tags:      - role::jitsi  |