Files @ 0255167ebb5e
Branch filter:

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

branko
MAR-132: Fixed creation of test LDAP entries mail_server role tests:

- Do not use the ldap_entries option of the ldap_server role.
- Invoke the ldap_entry and ldap_attr modules directly.
1
2
3
4
5
6
7
---

- name: Restart WSGI services
  service:
    name: "{{ item }}"
    state: restarted
  with_items: "{{ wsgi_services_to_restart }}"