xoxys.ldap_proxy/handlers/main.yml
Robert Kaussow 1edc1aae5f
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
2022-02-12 13:34:44 +01:00

11 lines
202 B
YAML

---
- block:
- name: Restart openldap service
service:
state: restarted
name: slapd
daemon_reload: yes
listen: __slapd_restart
become: True
become_user: root