Files @ b0c0eb5490f3
Branch filter:

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

branko
MAR-192: Upgrade documentation build requirements:

- Current requiremetns no longer seem to work with Python 3.9. Time to
bump up the Sphinx version.
---

- name: Restart rsyslog
  service:
    name: rsyslog
    state: restarted

- name: Restart slapd
  service:
    name: slapd
    state: restarted