Files @ 81d9f39496d4
Branch filter:

Location: majic-ansible-roles/roles/ldap_server/handlers/main.yml - annotation

branko
MAR-218: Fix execution of the LDAP database permissions module:

- Python interpreter path must be specified explicitly (without the
env wrapper).
1
2
3
4
5
6
---

- name: Restart slapd
  ansible.builtin.service:
    name: slapd
    state: restarted