Files @ 1286f47776d9
Branch filter:

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

branko
Noticket: Increase allocated memory for testing the mail server role:

- ClamAV and related processes/applications have tendency to be rather
memory-hungry.
---

- name: Restart rsyslog
  service:
    name: rsyslog
    state: restarted
  when: "ansible_distribution_release == 'bullseye'"

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