Files @ 226882a5ed41
Branch filter:

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

branko
MAR-148: Fixed tests for the mail_server role:

- Implement small workaround for sieve-connect invocations (due to
special treatment of 255 exit code by Testinfra itself).
- Fixed a couple of newline-related errors coming from command
outputs.
---

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

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