Files @ 94cf74211121
Branch filter:

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

branko
MAR-218: Drop linting definitions from Molecule configuratin files:

- Molecule no longer natively supports running linters.
- Disable the Ansible Galaxy dependency installation (none of the
roles utilise this).
1
2
3
4
5
6
---

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