Files @ 5eb7821a1e4d
Branch filter:

Location: majic-ansible-roles/roles/xmpp_server/handlers/main.yml

branko
MAR-218: Switch to using ldap_attrs module:

- Update invocations and syntax.
- Drop the workaround for configuring TLS on the LDAP server (should
be possible to set all relevant attributes at the same time at this
point).
- Group some invocations where it makes sense.
1
2
3
4
5
6
---

- name: Restart Prosody
  ansible.builtin.service:
    name: prosody
    state: restarted