Files @ 490c7b153f52
Branch filter:

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

branko
Noticket: Improved logic behind a couple of tests that use commands to ensure a specific error is happening for tests to pass.
1
2
3
4
5
6
7
---

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

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